diff --git a/iOS/AppDelegate.swift b/iOS/AppDelegate.swift index ea7515c3..8cabe404 100644 --- a/iOS/AppDelegate.swift +++ b/iOS/AppDelegate.swift @@ -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 }