forked from organicmaps/organicmaps
[iOS] Fixed building error in Xcode 10
This commit is contained in:
parent
2842f27f28
commit
9b77dc8bbf
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ class DeepLinkURL {
|
|||
}
|
||||
|
||||
func applicationDidReceiveUniversalLink(_ url: URL) -> Bool {
|
||||
applicationDidReceiveUniversalLink(url, provider: .native)
|
||||
return applicationDidReceiveUniversalLink(url, provider: .native)
|
||||
}
|
||||
|
||||
func applicationDidReceiveUniversalLink(_ url: URL, provider: DeepLinkProvider) -> Bool {
|
||||
|
|
Loading…
Add table
Reference in a new issue