Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/omim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAleksey Belouosv <aleksey@maps.me>2018-08-01 18:03:59 +0300
committerAleksey Belousov <beloal@users.noreply.github.com>2018-08-10 20:16:14 +0300
commitded49f413f195230e0cf37522881e0665dab70d7 (patch)
tree0a26bf7891136058347761d0784f5a3ea64f9e45 /iphone/Maps/UI/PlacePage/PlacePageLayout/Content
parent0e5d9158799ac2f46b3fc8d593af99519cceb003 (diff)
[iOS] add routes downloaded popup
Diffstat (limited to 'iphone/Maps/UI/PlacePage/PlacePageLayout/Content')
-rw-r--r--iphone/Maps/UI/PlacePage/PlacePageLayout/Content/RegularCell/MWMPlacePageRegularCell.mm2
1 files changed, 1 insertions, 1 deletions
diff --git a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/RegularCell/MWMPlacePageRegularCell.mm b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/RegularCell/MWMPlacePageRegularCell.mm
index 82acf283e1..64915ec2bc 100644
--- a/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/RegularCell/MWMPlacePageRegularCell.mm
+++ b/iphone/Maps/UI/PlacePage/PlacePageLayout/Content/RegularCell/MWMPlacePageRegularCell.mm
@@ -125,7 +125,7 @@
NSString * scheme = URL.scheme;
if ([scheme isEqualToString:@"http"] || [scheme isEqualToString:@"https"])
{
- [[MapViewController controller] openUrl:URL];
+ [[MapViewController sharedController] openUrl:URL];
return NO;
}
return YES;