gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 188/204: regional exchange baseURL


From: gnunet
Subject: [taler-taler-ios] 188/204: regional exchange baseURL
Date: Thu, 05 Dec 2024 23:52:36 +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 378813ce8ee0665c849919cbc0c633b24afb3373
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Dec 4 07:22:24 2024 +0100

    regional exchange baseURL
---
 TalerWallet1/Views/Transactions/ThreeAmountsSection.swift | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/TalerWallet1/Views/Transactions/ThreeAmountsSection.swift 
b/TalerWallet1/Views/Transactions/ThreeAmountsSection.swift
index fefac61..ea68ec4 100644
--- a/TalerWallet1/Views/Transactions/ThreeAmountsSection.swift
+++ b/TalerWallet1/Views/Transactions/ThreeAmountsSection.swift
@@ -225,11 +225,10 @@ struct ThreeAmountsSection: View {
                 .accessibilityElement(children: .combine)
             }
         } header: {
-            if !minimalistic {
-                Text("Summary")
-                    .talerFont(.title3)
-                    .foregroundColor(WalletColors().secondary(colorScheme, 
colorSchemeContrast))
-            }
+            let header = scope?.url?.trimURL ?? scope?.currency ?? "Summary"
+            Text(header)
+                .talerFont(.title3)
+                .foregroundColor(WalletColors().secondary(colorScheme, 
colorSchemeContrast))
         }
         .task { await viewDidLoad() }
     }

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