Commit c481cc64 authored by Administrator's avatar Administrator

bugfix

parent cc53aa8a
......@@ -529,6 +529,9 @@ public class MainActivity extends BaseActivity implements View.OnClickListener {
beginSearch(poiSearchEditText.getText());
}
} else if (requestCode == PreciseLocationActivity.PRECISE_LOCATION_RESULT_FLAG) {
if (data == null) {
return;
}
Bundle bundle = data.getExtras();
if (resultCode == RESULT_OK) {
try {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment