From 275f09c0f2f995ccb1238e5071902ea85f4f4fee Mon Sep 17 00:00:00 2001 From: Arnaud Vergnet Date: Fri, 4 Feb 2022 10:09:37 +0100 Subject: [PATCH] [android] Fix search stop on main activity restore in navigation Signed-off-by: Arnaud Vergnet --- android/src/com/mapswithme/maps/MwmActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/src/com/mapswithme/maps/MwmActivity.java b/android/src/com/mapswithme/maps/MwmActivity.java index 8434e2e3f9..7ab2ce9a88 100644 --- a/android/src/com/mapswithme/maps/MwmActivity.java +++ b/android/src/com/mapswithme/maps/MwmActivity.java @@ -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); }