mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-24 18:42:47 +02:00
Refine UX
This commit is contained in:
@@ -22,7 +22,7 @@ extension View {
|
||||
if #available(iOS 16, *) {
|
||||
sheet(isPresented: isPresented) {
|
||||
content()
|
||||
.presentationDetents([.medium])
|
||||
.presentationDetents([.medium, .large])
|
||||
}
|
||||
} else {
|
||||
sheet(isPresented: isPresented, content: content)
|
||||
|
||||
Reference in New Issue
Block a user