handle launching to articles from a cold start
This commit is contained in:
parent
1bdfb3aafc
commit
3e69571d09
|
@ -44,6 +44,10 @@ class SceneDelegate: UIResponder, UIWindowSceneDelegate {
|
||||||
coordinator.handle(userActivity)
|
coordinator.handle(userActivity)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if let _ = connectionOptions.urlContexts.first {
|
||||||
|
self.scene(scene, openURLContexts: connectionOptions.urlContexts)
|
||||||
|
}
|
||||||
|
|
||||||
window!.makeKeyAndVisible()
|
window!.makeKeyAndVisible()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue