mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-12 22:54:03 +01:00
Account selector: Refresh accounts more often
This commit is contained in:
parent
8561374a84
commit
8571800b31
@ -49,6 +49,9 @@ public struct AppAccountsSelectorView: View {
|
||||
.onChange(of: currentAccount.account?.id) { _ in
|
||||
refreshAccounts()
|
||||
}
|
||||
.onAppear {
|
||||
refreshAccounts()
|
||||
}
|
||||
}
|
||||
|
||||
@ViewBuilder
|
||||
|
Loading…
Reference in New Issue
Block a user