mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Make safari view ignore safe area so theres no bottom gap
This commit is contained in:
parent
0c8eecf3fb
commit
7bece652ae
1 changed files with 1 additions and 0 deletions
|
|
@ -463,6 +463,7 @@ struct WebReaderContainerView: View {
|
|||
#if os(iOS)
|
||||
.fullScreenCover(item: $safariWebLink) {
|
||||
SafariView(url: $0.url)
|
||||
.ignoresSafeArea(.all, edges: .bottom)
|
||||
}
|
||||
.fullScreenCover(isPresented: $showExpandedAudioPlayer) {
|
||||
ExpandedAudioPlayer()
|
||||
|
|
|
|||
Loading…
Reference in a new issue