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