mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-17 12:46:40 +00:00
In app browser is back to full screen
This commit is contained in:
parent
49791d2c86
commit
8d6a84a48e
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue