[iOS] fix bottom menu appearance

This commit is contained in:
Aleksey Belouosv 2018-10-03 15:58:20 +03:00 committed by Daria Volvenkova
parent a9da3a4cb3
commit 4364ef7e04

View file

@ -239,6 +239,9 @@ BOOL gIsFirstMyPositionMode = YES;
{
[super viewWillAppear:animated];
if ([MWMNavigationDashboardManager manager].state == MWMNavigationDashboardStateHidden)
self.controlsManager.menuState = self.controlsManager.menuRestoreState;
[self updateStatusBarStyle];
GetFramework().InvalidateRendering();
[self.welcomePageController show];