mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-04-26 18:04:44 +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
|
labelView
|
||||||
}
|
}
|
||||||
.sheet(isPresented: $isPresented, content: {
|
.sheet(isPresented: $isPresented, content: {
|
||||||
accountsView.presentationDetents([.medium])
|
accountsView.presentationDetents([.medium, .large])
|
||||||
.onAppear {
|
.onAppear {
|
||||||
refreshAccounts()
|
refreshAccounts()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue