forked from organicmaps/organicmaps-tmp
[android] Fixed unexpected hidding of the bottom menu when we come back via back button from the routing/planning mode
This commit is contained in:
parent
26b2dc6750
commit
da12a3cf4f
2 changed files with 5 additions and 1 deletions
|
@ -1297,7 +1297,10 @@ public class MwmActivity extends BaseMwmFragmentActivity
|
|||
|| RoutingController.get().isErrorEncountered())
|
||||
{
|
||||
mMainMenu.showLineFrame(false);
|
||||
return;
|
||||
}
|
||||
|
||||
mMainMenu.showLineFrame(true);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
@ -44,7 +44,8 @@ public class ToolbarController
|
|||
}
|
||||
}
|
||||
|
||||
protected @IdRes int getToolbarId()
|
||||
@IdRes
|
||||
private int getToolbarId()
|
||||
{
|
||||
return R.id.toolbar;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue