Fixed that background wasn't tapable on iOS 13
This commit is contained in:
parent
974e093304
commit
c83f0992ed
|
@ -18,6 +18,7 @@ struct BankAccountListItem : View {
|
||||||
|
|
||||||
AmountLabel(account.balance, account.currency)
|
AmountLabel(account.balance, account.currency)
|
||||||
}.frame(height: 35)
|
}.frame(height: 35)
|
||||||
|
.background(Color.systemBackground) // make background tapable
|
||||||
}
|
}
|
||||||
.disabled( !account.isAccountTypeSupportedByApplication)
|
.disabled( !account.isAccountTypeSupportedByApplication)
|
||||||
.contextMenu {
|
.contextMenu {
|
||||||
|
|
Loading…
Reference in New Issue