gnunet-svn
[Top][All Lists]
Advanced

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

[taler-taler-ios] 62/204: a11y


From: gnunet
Subject: [taler-taler-ios] 62/204: a11y
Date: Thu, 05 Dec 2024 23:50:30 +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 c735cef0725981f1bae6274a072f0e555377e714
Author: Marc Stibane <marc@taler.net>
AuthorDate: Mon Oct 14 23:04:27 2024 +0200

    a11y
---
 TalerWallet1/Views/HelperViews/CurrencyField.swift | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/TalerWallet1/Views/HelperViews/CurrencyField.swift 
b/TalerWallet1/Views/HelperViews/CurrencyField.swift
index 21b422f..cff189c 100644
--- a/TalerWallet1/Views/HelperViews/CurrencyField.swift
+++ b/TalerWallet1/Views/HelperViews/CurrencyField.swift
@@ -69,13 +69,13 @@ struct CurrencyField: View {
                         .frame(maxWidth: .infinity, alignment: .trailing)
                         .padding(4)
             text
+                .accessibilityHidden(true)
                 .background(WalletColors().fieldBackground)
                 .cornerRadius(10)
                 .overlay(RoundedRectangle(cornerRadius: 10)
                         .stroke(WalletColors().fieldForeground, lineWidth: 1))
             // Input text field to handle UI
             currencyFieldRepresentable
-//                .accessibilityHidden(true)
         }
     }
 }

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