mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-27 21:09:17 +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
|
labelView
|
||||||
}
|
}
|
||||||
.sheet(isPresented: $isPresented, content: {
|
.sheet(isPresented: $isPresented, content: {
|
||||||
accountsView.presentationDetents([.medium])
|
accountsView.presentationDetents([.medium, .large])
|
||||||
.onAppear {
|
.onAppear {
|
||||||
refreshAccounts()
|
refreshAccounts()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user