[android] Added hidding the bookmark category toolbar when route plan button is clicked

This commit is contained in:
alexzatsepin 2020-10-12 21:26:10 +03:00 committed by Arsentiy Milchakov
parent 001e4974cc
commit f2c7629fee

View file

@ -2086,7 +2086,7 @@ public class MwmActivity extends BaseMwmFragmentActivity
if (show)
{
mSearchController.hide();
UiUtils.hide(mBookmarkCategoryToolbar);
if (mIsTabletLayout)
{
replaceFragment(RoutingPlanFragment.class, null, completionListener);