forked from shadowfacts/Tusker
Hide redundant info from VoiceOver in mute screen
This commit is contained in:
parent
fa5abc27f7
commit
3fd62552b3
|
@ -64,6 +64,7 @@ struct MuteAccountView: View {
|
||||||
.listRowBackground(EmptyView())
|
.listRowBackground(EmptyView())
|
||||||
.listRowInsets(EdgeInsets(top: 0, leading: 0, bottom: 0, trailing: 0))
|
.listRowInsets(EdgeInsets(top: 0, leading: 0, bottom: 0, trailing: 0))
|
||||||
}
|
}
|
||||||
|
.accessibilityHidden(true)
|
||||||
|
|
||||||
Section {
|
Section {
|
||||||
Toggle(isOn: $muteNotifications) {
|
Toggle(isOn: $muteNotifications) {
|
||||||
|
|
Loading…
Reference in New Issue