mirror of
https://github.com/yattee/yattee.git
synced 2024-12-13 13:50:32 +05:30
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 {
|
||||
if url.scheme == "yattee" {
|
||||
OpenURLHandler.handle(url)
|
||||
return true
|
||||
}
|
||||
return false
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user