gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 46/204: no subject


From: gnunet
Subject: [taler-taler-ios] 46/204: no subject
Date: Thu, 05 Dec 2024 23:50:14 +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 12276ac45861f96663143b3adfba6023a03c601d
Author: Marc Stibane <marc@taler.net>
AuthorDate: Sat Oct 12 16:21:12 2024 +0200

    no subject
---
 TalerWallet1/Views/HelperViews/AmountInputV.swift | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/TalerWallet1/Views/HelperViews/AmountInputV.swift 
b/TalerWallet1/Views/HelperViews/AmountInputV.swift
index 2a12169..033790d 100644
--- a/TalerWallet1/Views/HelperViews/AmountInputV.swift
+++ b/TalerWallet1/Views/HelperViews/AmountInputV.swift
@@ -89,12 +89,12 @@ struct AmountInputV: View {
         let available = amountAvailable.isZero ? nil
                                                : 
amountAvailable.formatted(currencyInfo, isNegative: false)
         VStack(alignment: .trailing) {
-            if summary.count > 0 {
-                Text(summary)
-                    .talerFont(.body)
-                    .foregroundColor(WalletColors().secondary(colorScheme, 
colorSchemeContrast))
-                    .padding(4)
-            }
+//            if summary.count > 0 {
+//                Text(summary)
+//                    .talerFont(.body)
+//                    .foregroundColor(WalletColors().secondary(colorScheme, 
colorSchemeContrast))
+//                    .padding(4)
+//            }
             CurrencyInputView(currencyInfo: $currencyInfo,
                                     amount: $amountToTransfer,
                                  available: amountAvailable,

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