Account selector: allow large detent
This commit is contained in:
parent
82dfeffaec
commit
4001ffdbe5
|
@ -41,7 +41,7 @@ public struct AppAccountsSelectorView: View {
|
|||
labelView
|
||||
}
|
||||
.sheet(isPresented: $isPresented, content: {
|
||||
accountsView.presentationDetents([.medium])
|
||||
accountsView.presentationDetents([.medium, .large])
|
||||
.onAppear {
|
||||
refreshAccounts()
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue