gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 11/204: debug


From: gnunet
Subject: [taler-taler-ios] 11/204: debug
Date: Thu, 05 Dec 2024 23:49:39 +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 b974a783707ac51303598e6c34253b1e04f55e16
Author: Marc Stibane <marc@taler.net>
AuthorDate: Wed Sep 11 12:58:08 2024 +0200

    debug
---
 TalerWallet1/Views/HelperViews/AmountInputV.swift      | 1 +
 TalerWallet1/Views/HelperViews/CurrencyInputView.swift | 9 +++++++++
 2 files changed, 10 insertions(+)

diff --git a/TalerWallet1/Views/HelperViews/AmountInputV.swift 
b/TalerWallet1/Views/HelperViews/AmountInputV.swift
index 21e6a37..a5d4724 100644
--- a/TalerWallet1/Views/HelperViews/AmountInputV.swift
+++ b/TalerWallet1/Views/HelperViews/AmountInputV.swift
@@ -77,6 +77,7 @@ struct AmountInputV: View {
                 return Flags(insufficient: insufficient, disabled: disabled)
             } catch {
                 // TODO: error Amounts don't match
+                symLog.log("❗️Cannot compare 
amountAvailable.\(amountAvailable.currencyStr) to 
amountToTransfer.\(amountToTransfer.currencyStr))")
             }
         }
         return Flags(insufficient: false, disabled: isZero)
diff --git a/TalerWallet1/Views/HelperViews/CurrencyInputView.swift 
b/TalerWallet1/Views/HelperViews/CurrencyInputView.swift
index 39634b3..88f46ad 100644
--- a/TalerWallet1/Views/HelperViews/CurrencyInputView.swift
+++ b/TalerWallet1/Views/HelperViews/CurrencyInputView.swift
@@ -32,6 +32,7 @@ struct ShortcutButton: View {
             do {
                 return try available < shortie
             } catch {
+                print("❗️Cannot compare available.\(available.currencyStr) to 
shortie.\(shortie.currencyStr))")
                 return true
             }
         }
@@ -39,6 +40,10 @@ struct ShortcutButton: View {
     }
 
     var body: some View {
+#if PRINT_CHANGES
+        let _ = Self._printChanges()
+//        let _ = symLog.vlog()       // just to get the # to compare it with 
.onAppear & onDisappear
+#endif
         let shortie = Amount(currency: currency, cent: UInt64(shortcut))       
 // TODO: adapt for ¥
         let title = shortie.formatted(currencyInfo, isNegative: false)
         let shortcutLabel = String(localized: "Shortcut", comment: "VoiceOver: 
$50,$25,$10,$5 shortcut buttons")
@@ -80,6 +85,10 @@ struct CurrencyInputView: View {
     }
 
     var body: some View {
+#if PRINT_CHANGES
+        let _ = Self._printChanges()
+//        let _ = symLog.vlog()       // just to get the # to compare it with 
.onAppear & onDisappear
+#endif
         let currency = amount.currencyStr
         let currencyField = CurrencyField($currencyInfo, amount: $amount)
         VStack (alignment: .center) {   // center shortcut buttons

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