From 27c0a3945651ec5ee1d95fbc6fe6ff927eee73df Mon Sep 17 00:00:00 2001 From: Dmitry Donskoy Date: Tue, 17 Sep 2019 12:38:17 +0300 Subject: [PATCH] [android] Fixed review notes https://github.com/mapsme/omim/pull/11701#discussion_r325070318 --- android/src/com/mapswithme/maps/MwmActivity.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/src/com/mapswithme/maps/MwmActivity.java b/android/src/com/mapswithme/maps/MwmActivity.java index a07e404c17..bd1430cefb 100644 --- a/android/src/com/mapswithme/maps/MwmActivity.java +++ b/android/src/com/mapswithme/maps/MwmActivity.java @@ -1015,8 +1015,7 @@ public class MwmActivity extends BaseMwmFragmentActivity MapTask mapTask = target -> showBookmarkCategory(category); addTask(mapTask); - if (!mPlacePageController.isClosed()) - mPlacePageController.close(); + closePlacePage(); } private boolean showBookmarkCategory(@NonNull BookmarkCategory category)