fix
This commit is contained in:
parent
88837cb2be
commit
e3d5da28ea
1 changed files with 1 additions and 5 deletions
|
@ -255,11 +255,7 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
|
||||||
searchResult.location.getLatitude(), searchResult.location.getLongitude(),
|
searchResult.location.getLatitude(), searchResult.location.getLongitude(),
|
||||||
searchResult.preferredZoom, pointDescription, true, searchResult.object);
|
searchResult.preferredZoom, pointDescription, true, searchResult.object);
|
||||||
|
|
||||||
if (searchResult.object != null && searchResult.location != null) {
|
hideToolbar();
|
||||||
hideToolbar();
|
|
||||||
} else {
|
|
||||||
showToolbar();
|
|
||||||
}
|
|
||||||
MapActivity.launchMapActivityMoveToTop(getActivity());
|
MapActivity.launchMapActivityMoveToTop(getActivity());
|
||||||
reloadHistory();
|
reloadHistory();
|
||||||
hide();
|
hide();
|
||||||
|
|
Loading…
Reference in a new issue