[cherry] [ios] Handle deep link from push notification.

This commit is contained in:
VladiMihaylenko 2017-05-25 13:03:05 +03:00 committed by Ilya Grechuhin
parent 08fdbea183
commit 744de98fef

View file

@ -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