mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-25 09:41:02 +00:00
Fix haptic feedback for account selector
This commit is contained in:
parent
204427c1e5
commit
4927b12e90
1 changed files with 3 additions and 1 deletions
|
@ -41,8 +41,10 @@ public struct AppAccountsSelectorView: View {
|
|||
}
|
||||
}
|
||||
}
|
||||
.onAppear {
|
||||
.onTapGesture {
|
||||
feedbackGenerator.impactOccurred(intensity: 0.3)
|
||||
}
|
||||
.onAppear {
|
||||
refreshAccounts()
|
||||
}
|
||||
.onChange(of: currentAccount.account?.id) { _ in
|
||||
|
|
Loading…
Reference in a new issue