commit 4173539660f0c02a3ec279456fd961e235849fd4 parent 39fc81c308a4783fb9d79b1a66b9dec903ce3e98 Author: Marc Stibane <marc@taler.net> Date: Thu, 5 Dec 2024 22:37:11 +0100 A11y Diffstat:
| M | TalerWallet1/Controllers/DebugViewC.swift | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/TalerWallet1/Controllers/DebugViewC.swift b/TalerWallet1/Controllers/DebugViewC.swift @@ -136,11 +136,9 @@ struct DebugViewV: View { .font(.system(size: 11)) // no talerFont .monospacedDigit() .id("viewID") - .accessibilityLabel(Text("View.ID.", comment: "VoiceOver")) - .accessibilityValue(viewIDString) - .accessibilityHint(String(localized: "Shows which view you currently are on.")) Spacer() } + .accessibilityHidden(true) .edgesIgnoringSafeArea(.top) } }