gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 01/18: show exchange DD35


From: gnunet
Subject: [taler-taler-ios] 01/18: show exchange DD35
Date: Thu, 15 Feb 2024 07:02:01 +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 3a68f88c19854f468e8ea3f92b327ed49c9f72ce
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Feb 10 21:31:16 2024 +0100

    show exchange DD35
---
 TalerWallet1/Views/Balances/BalancesSectionView.swift | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/TalerWallet1/Views/Balances/BalancesSectionView.swift 
b/TalerWallet1/Views/Balances/BalancesSectionView.swift
index 908f56d..7977a04 100644
--- a/TalerWallet1/Views/Balances/BalancesSectionView.swift
+++ b/TalerWallet1/Views/Balances/BalancesSectionView.swift
@@ -62,6 +62,12 @@ extension BalancesSectionView: View {
         let currencyInfo = controller.info(for: currency)
 
         Section {
+            if scopeInfo.type == .exchange {
+                let baseURL = scopeInfo.url?.trimURL() ?? String(localized: 
"Unknown Payment Provider", comment: "exchange url")
+                Text(baseURL)
+                    .accessibilityFont(.headline)
+                    .listRowSeparator(.hidden)
+            }
             let showSpendingButton = "KUDOS" == currency && 
!balance.available.isZero
             if showSpendingButton {
                 if !minimalistic && showSpendingHint {

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