[android] Fixed review notes

https://github.com/mapsme/omim/pull/11701#discussion_r325070318
This commit is contained in:
Dmitry Donskoy 2019-09-17 12:38:17 +03:00 committed by Aleksandr Zatsepin
parent 307f294621
commit 27c0a39456

View file

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