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:
authorVladiMihaylenko <vxmihaylenko@gmail.com>2017-05-25 13:03:05 +0300
committerIlya Grechuhin <i.grechuhin@gmail.com>2017-05-25 17:59:55 +0300
commit744de98fef1780e6085949307f6e1c296995582b (patch)
tree471758116b5f77974db871373b4020bac3ef9bd0
parent08fdbea183489614fc8c8a286b6ed1a78a34e36a (diff)
[cherry] [ios] Handle deep link from push notification.
-rw-r--r--iphone/Maps/Classes/MapsAppDelegate.mm3
1 files changed, 3 insertions, 0 deletions
diff --git a/iphone/Maps/Classes/MapsAppDelegate.mm b/iphone/Maps/Classes/MapsAppDelegate.mm
index 00e63b8f38..30b0ea2d75 100644
--- a/iphone/Maps/Classes/MapsAppDelegate.mm
+++ b/iphone/Maps/Classes/MapsAppDelegate.mm
@@ -747,7 +747,10 @@ using namespace osm_auth_ios;
m_sourceApplication = sourceApplication;
if ([self checkLaunchURL:url])
+ {
+ [self handleURLs];
return YES;
+ }
return [[FBSDKApplicationDelegate sharedInstance] application:application
openURL:url