gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 31/32: comment


From: gnunet
Subject: [taler-taler-ios] 31/32: comment
Date: Mon, 16 Oct 2023 00:03:29 +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 32f9a512c236df4d6c7f060be7b363ea89e49dea
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sun Oct 15 23:54:13 2023 +0200

    comment
---
 TalerWallet1/Views/Balances/BalancesSectionView.swift | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/TalerWallet1/Views/Balances/BalancesSectionView.swift 
b/TalerWallet1/Views/Balances/BalancesSectionView.swift
index fce76ad..dfc5996 100644
--- a/TalerWallet1/Views/Balances/BalancesSectionView.swift
+++ b/TalerWallet1/Views/Balances/BalancesSectionView.swift
@@ -126,6 +126,7 @@ extension BalancesSectionView: View {
 //            }
         }
         let transactionCount = completedTransactions.count
+        /// if there is only one currency, then show recent transactions
         if sectionCount == 1 && transactionCount > 0 {
             let sortedTransactions = completedTransactions.sorted {
                 do {
@@ -226,6 +227,7 @@ fileprivate struct BalancesNavigationLinksView: View {
     @Binding var completedTransactions: [Transaction]
     let reloadAllAction: (_ stack: CallStack) async -> ()
     let reloadOneAction: ((_ transactionId: String) async throws -> 
Transaction)
+//    @EnvironmentObject private var model: WalletModel
 
     @State private var buttonSelected: Int? = 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]