Hide redundant info from VoiceOver in mute screen

This commit is contained in:
Shadowfacts 2022-11-12 14:45:30 -05:00
parent fa5abc27f7
commit 3fd62552b3
1 changed files with 1 additions and 0 deletions

View File

@ -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) {