Fixed that tap gesture is now set in AccountTransactionListItem
This commit is contained in:
parent
a518960070
commit
322de6f484
|
@ -110,9 +110,6 @@ struct AccountTransactionsDialog: View {
|
||||||
Section {
|
Section {
|
||||||
ForEach(filteredTransactions, id: \.technicalId) { transaction in
|
ForEach(filteredTransactions, id: \.technicalId) { transaction in
|
||||||
AccountTransactionListItem(transaction, self.showBankIcons)
|
AccountTransactionListItem(transaction, self.showBankIcons)
|
||||||
.onTapGesture {
|
|
||||||
SceneDelegate.navigateToView(AccountTransactionDetailsDialog(transaction))
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue