This commit is contained in:
Alexey Kulish 2016-08-17 16:01:32 +03:00
parent 88837cb2be
commit e3d5da28ea

View file

@ -255,11 +255,7 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
searchResult.location.getLatitude(), searchResult.location.getLongitude(),
searchResult.preferredZoom, pointDescription, true, searchResult.object);
if (searchResult.object != null && searchResult.location != null) {
hideToolbar();
} else {
showToolbar();
}
hideToolbar();
MapActivity.launchMapActivityMoveToTop(getActivity());
reloadHistory();
hide();