forked from organicmaps/organicmaps
iOS UI absent country dialog fix.
This commit is contained in:
parent
d5d6c8bae8
commit
816b90c161
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@
|
|||
[self showStatePlanning];
|
||||
break;
|
||||
case MWMNavigationDashboardStateError:
|
||||
NSAssert(_state == MWMNavigationDashboardStatePlanning, @"Invalid state change (error)");
|
||||
NSAssert(_state == MWMNavigationDashboardStatePlanning || _state == MWMNavigationDashboardStateReady, @"Invalid state change (error)");
|
||||
[self handleError];
|
||||
break;
|
||||
case MWMNavigationDashboardStateReady:
|
||||
|
|
Loading…
Add table
Reference in a new issue