gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-taler-ios] 20/40: Pass in currencyInfo


From: gnunet
Subject: [taler-taler-ios] 20/40: Pass in currencyInfo
Date: Mon, 22 Jul 2024 22:46:13 +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 c4c4e6d15c6d358e8697f10e25d247f18a6eb7df
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Jul 18 15:43:22 2024 +0200

    Pass in currencyInfo
---
 TalerWallet1/Views/Balances/BalancesSectionView.swift | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Balances/BalancesSectionView.swift 
b/TalerWallet1/Views/Balances/BalancesSectionView.swift
index 60461b3..7b5b097 100644
--- a/TalerWallet1/Views/Balances/BalancesSectionView.swift
+++ b/TalerWallet1/Views/Balances/BalancesSectionView.swift
@@ -82,6 +82,7 @@ extension BalancesSectionView: View {
             }
             BalancesNavigationLinksView(symLog: symLog,
                                          stack: stack.push("Section"),
+                                  currencyInfo: currencyInfo,
                                        balance: balance,
                               amountToTransfer: $amountToTransfer,      // 
does still have the wrong currency
                                        summary: $summary,
@@ -237,8 +238,9 @@ fileprivate struct BalancesPendingRowView: View {
 fileprivate struct BalancesNavigationLinksView: View {
     let symLog: SymLogV?
     let stack: CallStack
+    let currencyInfo: CurrencyInfo
     let balance: Balance
-    
+
 //    let sectionCount: Int
     @Binding var amountToTransfer: Amount           // does still have the 
wrong currency
     @Binding var summary: String

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]