taler-ios

iOS apps for GNU Taler (wallet)
Log | Files | Refs | README | LICENSE

commit e9cc7b737fe5c027086b4041b1c279276e3fdf38
parent 2ed114aa49d305665bfd97460fa7bf90a100f2f1
Author: Marc Stibane <marc@taler.net>
Date:   Thu, 23 Jan 2025 12:59:51 +0100

privacySensitive

Diffstat:
MTalerWallet1/Views/HelperViews/AmountV.swift | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

diff --git a/TalerWallet1/Views/HelperViews/AmountV.swift b/TalerWallet1/Views/HelperViews/AmountV.swift @@ -65,6 +65,7 @@ struct AmountV: View { // .fontWeight(large ? .medium : .regular) // @available(iOS 16.0, *) .monospacedDigit() .accessibilityLabel(amountTuple.1) // TODO: locale.leadingCurrencySymbol + .privacySensitive() .task(id: controller.currencyTicker) { await currencyTickerChanged() } // .onLongPressGesture(minimumDuration: 0.3) { // showValue = true