From d045d10f61798f6cceea7985cc7b2793c5f15344 Mon Sep 17 00:00:00 2001 From: Ilya Grechuhin Date: Thu, 14 Sep 2017 15:19:30 +0300 Subject: [PATCH] [MAPSME-5609] [ios] Fixed toast view disappearing on openning bookmarks. --- iphone/Maps/Classes/MapViewController.mm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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];