Merge pull request #787 from omnivore-app/fix/ios-inactive-navbar

Fix: Inactive Reader Nav
This commit is contained in:
Satindar Dhillon 2022-06-13 08:56:47 -07:00 committed by GitHub
commit 56cb4f2c65
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -165,7 +165,7 @@ import WebKit
showNavBarActionID = UUID()
}
}
.sheet(item: $safariWebLink) {
.fullScreenCover(item: $safariWebLink) {
SafariView(url: $0.url)
}
.sheet(isPresented: $showHighlightAnnotationModal) {