mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 13:33:42 +00:00
Update iOS/AppDelegate.swift
This commit is contained in:
parent
fb42b80276
commit
626652c421
@ -23,6 +23,7 @@ final class AppDelegate: UIResponder, UIApplicationDelegate {
|
|||||||
func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {
|
func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]) -> Bool {
|
||||||
if url.scheme == "yattee" {
|
if url.scheme == "yattee" {
|
||||||
OpenURLHandler.handle(url)
|
OpenURLHandler.handle(url)
|
||||||
|
return true
|
||||||
}
|
}
|
||||||
return false
|
return false
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user