mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-12 06:37:15 +01:00
In app browser is back to full screen
This commit is contained in:
parent
49791d2c86
commit
8d6a84a48e
@ -50,7 +50,7 @@ private struct SafariRouter: ViewModifier {
|
||||
return .handled
|
||||
}
|
||||
}
|
||||
.sheet(item: $presentedURL, content: { url in
|
||||
.fullScreenCover(item: $presentedURL, content: { url in
|
||||
SafariView(url: url, inAppBrowserReaderView: preferences.inAppBrowserReaderView)
|
||||
.edgesIgnoringSafeArea(.all)
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user