diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index 805aebcaf1..d4350913f2 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -241,7 +241,7 @@ BOOL gIsFirstMyPositionMode = YES; name:UIDeviceOrientationDidChangeNotification object:nil]; - if (![MWMRouter isRoutingActive]) + if ([MWMNavigationDashboardManager manager].state == MWMNavigationDashboardStateHidden) self.controlsManager.menuState = self.controlsManager.menuRestoreState; [self updateStatusBarStyle];