[iOS] Fixed building error in Xcode 10

This commit is contained in:
Alexander Boriskov 2019-11-20 18:54:38 +03:00 committed by Aleksey Belousov
parent 2842f27f28
commit 9b77dc8bbf

View file

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