[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-taler-ios] 05/09: Pass in currencyInfo
From: |
gnunet |
Subject: |
[taler-taler-ios] 05/09: Pass in currencyInfo |
Date: |
Sat, 27 Jul 2024 08:51:55 +0200 |
This is an automated email from the git hooks/post-receive script.
marc-stibane pushed a commit to branch master
in repository taler-ios.
commit beba5a136653bfad17031f4e531d06988a7c84bb
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Jul 25 14:13:10 2024 +0200
Pass in currencyInfo
---
TalerWallet1/Views/Balances/BalancesPendingRowV.swift | 1 +
TalerWallet1/Views/Balances/BalancesSectionView.swift | 2 ++
2 files changed, 3 insertions(+)
diff --git a/TalerWallet1/Views/Balances/BalancesPendingRowV.swift
b/TalerWallet1/Views/Balances/BalancesPendingRowV.swift
index cb5e50a..163e509 100644
--- a/TalerWallet1/Views/Balances/BalancesPendingRowV.swift
+++ b/TalerWallet1/Views/Balances/BalancesPendingRowV.swift
@@ -61,6 +61,7 @@ struct BalancesPendingRowV: View {
if let reloadOneAction {
let destination = LazyView {
TransactionsListView(stack: stack.push(),
+ currencyInfo: currencyInfo,
navTitle: String(localized: "Pending",
comment: "ViewTitle of TransactionList"),
scopeInfo: balance.scopeInfo,
transactions: pendingTransactions,
diff --git a/TalerWallet1/Views/Balances/BalancesSectionView.swift
b/TalerWallet1/Views/Balances/BalancesSectionView.swift
index b913a51..2058cf7 100644
--- a/TalerWallet1/Views/Balances/BalancesSectionView.swift
+++ b/TalerWallet1/Views/Balances/BalancesSectionView.swift
@@ -83,6 +83,7 @@ extension BalancesSectionView: View {
let balanceDest = LazyView {
TransactionsListView(stack: stack.push("\(Self.className())()"),
+ currencyInfo: currencyInfo,
navTitle: String(localized: "Transactions",
comment: "ViewTitle of TransactionList"),
scopeInfo: scopeInfo,
transactions: completedTransactions,
@@ -197,6 +198,7 @@ extension BalancesSectionView: View {
let threeTransactions = Array(slice)
TransactionsArraySliceV(symLog: symLog,
stack: stack.push(),
+ currencyInfo: currencyInfo,
scopeInfo: scopeInfo,
transactions: threeTransactions,
reloadOneAction: reloadOneAction)
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
- [taler-taler-ios] branch master updated (a58f2d9 -> df7fc21), gnunet, 2024/07/27
- [taler-taler-ios] 04/09: Pass in currencyInfo, gnunet, 2024/07/27
- [taler-taler-ios] 05/09: Pass in currencyInfo,
gnunet <=
- [taler-taler-ios] 01/09: Pass in currencyInfo, gnunet, 2024/07/27
- [taler-taler-ios] 06/09: Pass in currencyInfo, gnunet, 2024/07/27
- [taler-taler-ios] 02/09: Pass in currencyInfo, gnunet, 2024/07/27
- [taler-taler-ios] 07/09: UNKNOWN, gnunet, 2024/07/27
- [taler-taler-ios] 08/09: Binding<CurrencyInfo>, gnunet, 2024/07/27
- [taler-taler-ios] 03/09: Pass in currencyInfo, gnunet, 2024/07/27
- [taler-taler-ios] 09/09: cleanup, gnunet, 2024/07/27