mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
use fullScreenCover for safrai view
This commit is contained in:
parent
5ed16d59ce
commit
5025a8a58f
1 changed files with 1 additions and 1 deletions
|
|
@ -165,7 +165,7 @@ import WebKit
|
|||
showNavBarActionID = UUID()
|
||||
}
|
||||
}
|
||||
.sheet(item: $safariWebLink) {
|
||||
.fullScreenCover(item: $safariWebLink) {
|
||||
SafariView(url: $0.url)
|
||||
}
|
||||
.sheet(isPresented: $showHighlightAnnotationModal) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue