mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 13:16:58 +02:00
Handle custom scheme URL
This commit is contained in:
@@ -101,6 +101,10 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
|
||||
self.legacyAppDelegate.applicationDidReceiveMemoryWarning(application)
|
||||
}
|
||||
|
||||
func application(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey: Any] = [:]) -> Bool {
|
||||
return self.appCoordinator.open(url: url, options: options)
|
||||
}
|
||||
|
||||
// MARK: User Activity Continuation
|
||||
|
||||
func application(_ application: UIApplication, continue userActivity: NSUserActivity, restorationHandler: @escaping ([UIUserActivityRestoring]?) -> Void) -> Bool {
|
||||
|
||||
Reference in New Issue
Block a user