[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.
- [taler-taler-ios] branch master updated (5f3f808 -> 36ccf96), gnunet, 2024/12/05
- [taler-taler-ios] 01/204: Notifications, gnunet, 2024/12/05
- [taler-taler-ios] 03/204: Actions, gnunet, 2024/12/05
- [taler-taler-ios] 04/204: w.i.p, gnunet, 2024/12/05
- [taler-taler-ios] 02/204: Actions, -Overview, gnunet, 2024/12/05
- [taler-taler-ios] 08/204: cleanup, gnunet, 2024/12/05
- [taler-taler-ios] 06/204: fix fixedInnerHeight, gnunet, 2024/12/05
- [taler-taler-ios] 05/204: HelperViews, gnunet, 2024/12/05
- [taler-taler-ios] 07/204: amountAvailable @Binding, gnunet, 2024/12/05
- [taler-taler-ios] 09/204: nonZeroBalances, gnunet, 2024/12/05
- [taler-taler-ios] 11/204: debug,
gnunet <=
- [taler-taler-ios] 10/204: SendAmount with Picker, gnunet, 2024/12/05
- [taler-taler-ios] 16/204: GetMaxDepositAmount, gnunet, 2024/12/05
- [taler-taler-ios] 12/204: cleanup project, gnunet, 2024/12/05
- [taler-taler-ios] 14/204: PaymentInsufficientBalanceDetails, gnunet, 2024/12/05
- [taler-taler-ios] 22/204: Sheet drop bar, gnunet, 2024/12/05
- [taler-taler-ios] 13/204: balances & selectedBalance, move action navigation to MainView, gnunet, 2024/12/05
- [taler-taler-ios] 24/204: @State ScopeInfo.zero, gnunet, 2024/12/05
- [taler-taler-ios] 15/204: GetMaxPeerPushDebitAmount, gnunet, 2024/12/05
- [taler-taler-ios] 17/204: "Transactions" -> currency, gnunet, 2024/12/05
- [taler-taler-ios] 23/204: KeyboardShowingEnvironment, gnunet, 2024/12/05