From f244fdd545c3686851072099958b8c2247c414e0 Mon Sep 17 00:00:00 2001 From: Aleksey Belousov Date: Thu, 25 Jun 2020 18:41:34 +0300 Subject: [PATCH] [iOS] fix "show on map" after downloading guide from gallery https://jira.mail.ru/browse/MAPSME-14194 --- iphone/Maps/Classes/MapViewController.mm | 1 + 1 file changed, 1 insertion(+) diff --git a/iphone/Maps/Classes/MapViewController.mm b/iphone/Maps/Classes/MapViewController.mm index 180efdfb74..0af2777f7c 100644 --- a/iphone/Maps/Classes/MapViewController.mm +++ b/iphone/Maps/Classes/MapViewController.mm @@ -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 = ^{