We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5cf218 commit ae2b795Copy full SHA for ae2b795
BitwardenShared/UI/Tools/Send/Send/SendList/SendListView.swift
@@ -93,6 +93,8 @@ private struct MainSendListView: View {
93
.padding(.horizontal, 24)
94
}
95
.buttonStyle(.primary(shouldFillWidth: false))
96
+ // Disable from VoiceOver in favor of the FAB which provides the same functionality.
97
+ .accessibilityHidden(true)
98
99
Spacer()
100
0 commit comments