forked from organicmaps/organicmaps
[iOS] fix crash when entering catalog
https://jira.mail.ru/browse/MAPSME-10410
This commit is contained in:
parent
c0db24e054
commit
901c042595
1 changed files with 1 additions and 1 deletions
|
@ -500,7 +500,7 @@ BOOL gIsFirstMyPositionMode = YES;
|
|||
if (deeplinkUrl)
|
||||
catalog = [[MWMCatalogWebViewController alloc] init:deeplinkUrl];
|
||||
else
|
||||
catalog = [[MWMCatalogWebViewController alloc] init];
|
||||
catalog = [[MWMCatalogWebViewController alloc] init:nil];
|
||||
|
||||
NSMutableArray<UIViewController *> * controllers = [self.navigationController.viewControllers mutableCopy];
|
||||
[controllers addObjectsFromArray:@[bookmarks, catalog]];
|
||||
|
|
Loading…
Add table
Reference in a new issue