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