diff --git a/iOS/Article/WebViewController.swift b/iOS/Article/WebViewController.swift index 84dd1a778..f3bb15fb5 100644 --- a/iOS/Article/WebViewController.swift +++ b/iOS/Article/WebViewController.swift @@ -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) } }