forked from organicmaps/organicmaps
[iOS] fix bug in which toast was displayed instead of dialog
https://jira.mail.ru/browse/MAPSME-11604
This commit is contained in:
parent
616ecb5ff8
commit
72a0e7e57e
1 changed files with 1 additions and 1 deletions
|
@ -504,7 +504,7 @@ NSString * const kHotelFacilitiesSegue = @"Map2FacilitiesSegue";
|
|||
{
|
||||
for (UIViewController * vc in self.navigationController.viewControllers)
|
||||
{
|
||||
if ([vc isMemberOfClass:MWMBookmarksTabViewController.class])
|
||||
if ([vc isMemberOfClass:MWMCatalogWebViewController.class])
|
||||
{
|
||||
auto alert = [[BookmarksLoadedViewController alloc] init];
|
||||
alert.onViewBlock = ^{
|
||||
|
|
Loading…
Add table
Reference in a new issue