From 3fd62552b351cf9cfdd177392c322ec928aef8db Mon Sep 17 00:00:00 2001 From: Shadowfacts Date: Sat, 12 Nov 2022 14:45:30 -0500 Subject: [PATCH] Hide redundant info from VoiceOver in mute screen --- Tusker/Screens/Mute/MuteAccountView.swift | 1 + 1 file changed, 1 insertion(+) diff --git a/Tusker/Screens/Mute/MuteAccountView.swift b/Tusker/Screens/Mute/MuteAccountView.swift index aeb4593c..533c43a8 100644 --- a/Tusker/Screens/Mute/MuteAccountView.swift +++ b/Tusker/Screens/Mute/MuteAccountView.swift @@ -64,6 +64,7 @@ struct MuteAccountView: View { .listRowBackground(EmptyView()) .listRowInsets(EdgeInsets(top: 0, leading: 0, bottom: 0, trailing: 0)) } + .accessibilityHidden(true) Section { Toggle(isOn: $muteNotifications) {