forked from organicmaps/organicmaps
[iOS] fix open shared bookmarks
This commit is contained in:
parent
0c899adb77
commit
63855a7400
1 changed files with 1 additions and 1 deletions
|
@ -759,7 +759,7 @@ didReceiveNotificationResponse:(UNNotificationResponse *)response
|
|||
if (isFBURL)
|
||||
return YES;
|
||||
|
||||
if ([self checkLaunchURL:[url.host rangeOfString:@"dlink.maps.me"].location != NSNotFound
|
||||
if ([self checkLaunchURL:(url.host.length > 0 && [url.host rangeOfString:@"dlink.maps.me"].location != NSNotFound)
|
||||
? [self convertUniversalLink:url] : url])
|
||||
{
|
||||
[self handleURLs];
|
||||
|
|
Loading…
Add table
Reference in a new issue