forked from organicmaps/organicmaps
[ios] Fixed cross mwm crash.
This commit is contained in:
parent
ed5591f21a
commit
3cb4bfe531
1 changed files with 2 additions and 2 deletions
|
@ -682,9 +682,9 @@ NSString * const kAuthorizationSegue = @"Map2AuthorizationSegue";
|
|||
case routing::IRouter::RouteNotFound:
|
||||
{
|
||||
[self.controlsManager handleRoutingError];
|
||||
[self presentDownloaderAlert:code countries:absentCountries routes:absentRoutes block:^
|
||||
[self presentDownloaderAlert:code countries:absentCountries routes:absentRoutes block:[=]
|
||||
{
|
||||
[self checkMigrationAndCallBlock:^
|
||||
[self checkMigrationAndCallBlock:[=]
|
||||
{
|
||||
auto & a = GetFramework().GetCountryTree().GetActiveMapLayout();
|
||||
for (auto const & index : absentCountries)
|
||||
|
|
Loading…
Add table
Reference in a new issue