forked from organicmaps/organicmaps
[cherry] [ios] Handle deep link from push notification.
This commit is contained in:
parent
08fdbea183
commit
744de98fef
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue