forked from organicmaps/organicmaps
[iOS] fix "show on map" after downloading guide from gallery
https://jira.mail.ru/browse/MAPSME-14194
This commit is contained in:
parent
187309e135
commit
f244fdd545
1 changed files with 1 additions and 0 deletions
|
@ -610,6 +610,7 @@ NSString *const kPP2BookmarkEditingSegue = @"PP2BookmarkEditing";
|
|||
alert.onViewBlock = ^{
|
||||
[self dismissViewControllerAnimated:YES completion:nil];
|
||||
[self.navigationController popToRootViewControllerAnimated:YES];
|
||||
GetFramework().DeactivateMapSelection(true);
|
||||
GetFramework().ShowBookmarkCategory(categoryId);
|
||||
};
|
||||
alert.onCancelBlock = ^{
|
||||
|
|
Loading…
Add table
Reference in a new issue