Fixed that background wasn't tapable on iOS 13

This commit is contained in:
dankito 2020-09-27 03:36:12 +02:00
parent 974e093304
commit c83f0992ed
1 changed files with 1 additions and 0 deletions

View File

@ -18,6 +18,7 @@ struct BankAccountListItem : View {
AmountLabel(account.balance, account.currency)
}.frame(height: 35)
.background(Color.systemBackground) // make background tapable
}
.disabled( !account.isAccountTypeSupportedByApplication)
.contextMenu {