forked from organicmaps/organicmaps
[android] Added hidding the bookmark category toolbar when route plan button is clicked
This commit is contained in:
parent
001e4974cc
commit
f2c7629fee
1 changed files with 1 additions and 1 deletions
|
@ -2086,7 +2086,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
if (show)
|
||||
{
|
||||
mSearchController.hide();
|
||||
|
||||
UiUtils.hide(mBookmarkCategoryToolbar);
|
||||
if (mIsTabletLayout)
|
||||
{
|
||||
replaceFragment(RoutingPlanFragment.class, null, completionListener);
|
||||
|
|
Loading…
Add table
Reference in a new issue