mirror of
https://github.com/lumaa-dev/BubbleApp.git
synced 2025-01-23 23:10:56 +01:00
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
Block a user