Skip to content

Commit ae2b795

Browse files
[PM-21352] Disable Accessibility VoiceOver for "New Send" Button on Sends Screen (#1592)
1 parent d5cf218 commit ae2b795

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

BitwardenShared/UI/Tools/Send/Send/SendList/SendListView.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ private struct MainSendListView: View {
9393
.padding(.horizontal, 24)
9494
}
9595
.buttonStyle(.primary(shouldFillWidth: false))
96+
// Disable from VoiceOver in favor of the FAB which provides the same functionality.
97+
.accessibilityHidden(true)
9698

9799
Spacer()
98100
}

0 commit comments

Comments
 (0)