Add method call

This commit is contained in:
Alexander Sytnyk 2017-12-05 18:28:20 +02:00
parent 82029c0eac
commit 9ab6d33a6d

View file

@ -359,6 +359,7 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
mapActivity.getContextMenu().closeActiveToolbar();
showToolbar();
getMapActivity().updateStatusBarColor();
getMapActivity().refreshMap();
hide();
} else {
@ -933,6 +934,7 @@ public class QuickSearchDialogFragment extends DialogFragment implements OsmAndC
MapActivity mapActivity = getMapActivity();
if (mapActivity != null) {
hideToolbar();
mapActivity.updateStatusBarColor();
mapActivity.refreshMap();
getChildFragmentManager().popBackStack();
}