mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-12-25 14:32:20 +01:00
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
Block a user