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.preferredZoom, pointDescription, true, searchResult.object);
|
||||
|
||||
if (searchResult.object != null && searchResult.location != null) {
|
||||
hideToolbar();
|
||||
} else {
|
||||
showToolbar();
|
||||
}
|
||||
hideToolbar();
|
||||
MapActivity.launchMapActivityMoveToTop(getActivity());
|
||||
reloadHistory();
|
||||
hide();
|
||||
|
|
Loading…
Reference in a new issue