gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 13/18: withTerms


From: gnunet
Subject: [taler-taler-ios] 13/18: withTerms
Date: Thu, 19 Dec 2024 23:12:43 +0100

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 6201f7e03e2ea1268063f84115f0e4285171b1d9
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Dec 19 21:11:10 2024 +0100

    withTerms
---
 TalerWallet1/Views/Transactions/TransactionSummaryV.swift | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Transactions/TransactionSummaryV.swift 
b/TalerWallet1/Views/Transactions/TransactionSummaryV.swift
index b1b71f5..9d4dab9 100755
--- a/TalerWallet1/Views/Transactions/TransactionSummaryV.swift
+++ b/TalerWallet1/Views/Transactions/TransactionSummaryV.swift
@@ -59,7 +59,8 @@ struct TransactionSummaryV: View {
     @Namespace var topID
 
     func loadTransaction() async {
-        if let reloadedTransaction = try? await 
model.getTransactionById(transactionId, viewHandles: false) {
+        if let reloadedTransaction = try? await 
model.getTransactionById(transactionId,
+                                                               withTerms: 
true, viewHandles: false) {
             symLog.log("reloaded transaction: 
\(reloadedTransaction.common.txState.major)")
             withAnimation { transaction = reloadedTransaction; viewId = UUID() 
}      // redraw
             if outTransaction != nil {

-- 
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]