gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 53/69: Summary no longer twice


From: gnunet
Subject: [taler-taler-ios] 53/69: Summary no longer twice
Date: Fri, 19 Jan 2024 09:02:26 +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 4b236b450a412b01388b4fcb641b5eff33f36673
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Jan 18 00:41:32 2024 +0100

    Summary no longer twice
---
 TalerWallet1/Views/Sheets/Payment/PaymentView.swift | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/TalerWallet1/Views/Sheets/Payment/PaymentView.swift 
b/TalerWallet1/Views/Sheets/Payment/PaymentView.swift
index 68e2534..1124006 100644
--- a/TalerWallet1/Views/Sheets/Payment/PaymentView.swift
+++ b/TalerWallet1/Views/Sheets/Payment/PaymentView.swift
@@ -45,8 +45,7 @@ struct PaymentView: View {
             let effective = preparePayResult.amountEffective
             let terms = preparePayResult.contractTerms
             List {
-                Text(terms.summary)
-                    .accessibilityFont(.title3)
+                // TODO: show balanceDetails.balanceAvailable
                 let baseURL = 
preparePayResult.contractTerms.exchanges.first?.url
                 let raw = preparePayResult.amountRaw
                 let currency = raw.currencyStr
@@ -68,7 +67,7 @@ struct PaymentView: View {
                     // TODO: payment: popup with all possible exchanges, check 
fees
                 } else if let balanceDetails = preparePayResult.balanceDetails 
{    // Insufficient
                     Text("You don't have enough \(currency)")
-                        .accessibilityFont(.body)
+                        .accessibilityFont(.headline)
                     ThreeAmountsV(topTitle: topTitle,
                                  topAbbrev: topAbbrev,
                                  topAmount: raw, fee: 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]