Add method call
This commit is contained in:
parent
82029c0eac
commit
9ab6d33a6d
1 changed files with 2 additions and 0 deletions
|
@ -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();
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue