mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2025-01-12 06:37:15 +01:00
Fix AppAccountView touch area (#807)
This commit is contained in:
parent
867c52fe06
commit
a32e4f98bb
@ -68,6 +68,7 @@ public struct AppAccountView: View {
|
||||
Image(systemName: "chevron.right")
|
||||
.foregroundColor(.gray)
|
||||
}
|
||||
.contentShape(Rectangle())
|
||||
.onTapGesture {
|
||||
if appAccounts.currentAccount.id == viewModel.appAccount.id,
|
||||
let account = viewModel.account
|
||||
|
Loading…
Reference in New Issue
Block a user