forked from organicmaps/organicmaps
[android] Fix search stop on main activity restore in navigation
Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
parent
60367aa906
commit
275f09c0f2
1 changed files with 1 additions and 1 deletions
|
@ -1695,7 +1695,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
mOnmapDownloader.updateState(false);
|
||||
if (show)
|
||||
{
|
||||
closeFloatingToolbarsAndPanels(true, true);
|
||||
closeFloatingToolbarsAndPanels(true, false);
|
||||
if (mFilterController != null)
|
||||
mFilterController.show(false);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue