commit 12276ac45861f96663143b3adfba6023a03c601d
parent a46d3990e20b8ae722dc2194f6b94a4d3a1f9c7b
Author: Marc Stibane <marc@taler.net>
Date: Sat, 12 Oct 2024 16:21:12 +0200
no subject
Diffstat:
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git 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,