Fix weird Safari behaviors
This commit is contained in:
parent
447fe8263b
commit
995a134c0d
|
@ -139,6 +139,7 @@ extension View {
|
|||
.tint(Color.accentColor)
|
||||
case let .safari(url):
|
||||
SfSafariView(url: url)
|
||||
.ignoresSafeArea(.all)
|
||||
case let .shareImage(image):
|
||||
ShareSheet(image: image)
|
||||
default:
|
||||
|
|
Loading…
Reference in New Issue