make all sheets on the main body
fix crash when backgrounding the app
This commit is contained in:
@@ -133,16 +133,15 @@ struct SharingListView: View {
|
||||
|
||||
}
|
||||
}
|
||||
.padding([.top, .bottom])
|
||||
.background(
|
||||
theme.currentTheme.bg
|
||||
.edgesIgnoringSafeArea(.top)
|
||||
)
|
||||
.sheet(isPresented: $selectedShare.showFuckingSheet,
|
||||
onDismiss: didDismiss) {
|
||||
onDismiss: didDismiss) {
|
||||
selectedShare.fuckingWrappedShrable?.destination
|
||||
}
|
||||
.padding([.top, .bottom])
|
||||
|
||||
}
|
||||
|
||||
func share(image: UIImage) {
|
||||
|
||||
Reference in New Issue
Block a user