mirror of
https://github.com/Dimillian/IceCubesApp.git
synced 2024-11-22 16:31:00 +00:00
Fix AppAccountView touch area (#807)
This commit is contained in:
parent
867c52fe06
commit
a32e4f98bb
1 changed files with 1 additions and 0 deletions
|
@ -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 a new issue