Restore ability to swipe back from an SFSafariViewController.

This commit is contained in:
Brent Simmons
2024-12-12 21:17:01 -08:00
parent 5dea55855f
commit b49f1e298f

View File

@@ -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)
}
}