forked from organicmaps/organicmaps
Merge pull request #4265 from igrechuhin/MAPSME-2354
[ios] Fixed status bar style on navigation state ready.
This commit is contained in:
commit
4011861a85
1 changed files with 1 additions and 0 deletions
|
@ -82,6 +82,7 @@ extern NSString * const kAlohalyticsTapEventKey;
|
|||
(searchManagerState != MWMSearchManagerStateMapSearch &&
|
||||
searchManagerState != MWMSearchManagerStateHidden) ||
|
||||
self.navigationState == MWMNavigationDashboardStatePlanning ||
|
||||
self.navigationState == MWMNavigationDashboardStateReady ||
|
||||
self.menuState == MWMBottomMenuStateActive || self.isDirectionViewShown ||
|
||||
(isNightMode && self.navigationState != MWMNavigationDashboardStateHidden) ||
|
||||
MapsAppDelegate.theApp.routingPlaneMode != MWMRoutingPlaneModeNone;
|
||||
|
|
Loading…
Add table
Reference in a new issue