mirror of
https://github.com/Ranchero-Software/NetNewsWire
synced 2025-08-12 06:26:36 +00:00
Restore ability to swipe back from an SFSafariViewController.
This commit is contained in:
@@ -798,7 +798,6 @@ private extension WebViewController {
|
||||
func openURLInSafariViewController(_ url: URL) {
|
||||
|
||||
let viewController = SFSafariViewController(url: url)
|
||||
viewController.modalPresentationStyle = .overFullScreen // This avoids a crash with .fullScreen
|
||||
present(viewController, animated: true)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user