[android] Fix search stop on main activity restore in navigation

Signed-off-by: Arnaud Vergnet <arnaud.vergnet@mailo.com>
This commit is contained in:
Arnaud Vergnet 2022-02-04 10:09:37 +01:00 committed by Viktor Govako
parent 60367aa906
commit 275f09c0f2

View file

@ -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);
}