forked from organicmaps/organicmaps
[android] Added hidding the bookmark category toolbar by hardware back pressing
This commit is contained in:
parent
e5e2072a6d
commit
001e4974cc
1 changed files with 6 additions and 0 deletions
|
@ -1625,6 +1625,12 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
TrafficManager.INSTANCE.isEnabled());
|
||||
}
|
||||
|
||||
if (UiUtils.isVisible(mBookmarkCategoryToolbar) && mPlacePageController.isClosed())
|
||||
{
|
||||
UiUtils.hide(mBookmarkCategoryToolbar);
|
||||
return;
|
||||
}
|
||||
|
||||
if (!closePlacePage() && !closeSidePanel() && !isRoutingCancelled
|
||||
&& !closePositionChooser())
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue