gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 59/69: bugfix


From: gnunet
Subject: [taler-taler-ios] 59/69: bugfix
Date: Fri, 19 Jan 2024 09:02:32 +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 c7058325aa7cb097ea208c758c46929c335ec3b1
Author: Marc Stibane <marc@taler.net>
AuthorDate: Thu Jan 18 01:07:22 2024 +0100

    bugfix
---
 TalerWallet1/Views/Banking/ManualWithdraw.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/Banking/ManualWithdraw.swift 
b/TalerWallet1/Views/Banking/ManualWithdraw.swift
index fce67f7..f63751e 100644
--- a/TalerWallet1/Views/Banking/ManualWithdraw.swift
+++ b/TalerWallet1/Views/Banking/ManualWithdraw.swift
@@ -53,7 +53,7 @@ struct ManualWithdraw: View {
                 Text("via \(exchange.exchangeBaseUrl.trimURL())")
                     .multilineTextAlignment(.center)
                     .accessibilityFont(.body)
-                if !tosAccepted {
+                if tosAccepted {
                     CurrencyInputView(amount: $amountToTransfer,
                                    available: nil,
                                        title: iconOnly ? String(localized: 
"Amount:")

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