mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-26 02:01:02 +00:00
Account selector: allow large detent
This commit is contained in:
parent
82dfeffaec
commit
4001ffdbe5
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue