Skip to content

Commit 359ad01

Browse files
authoredMar 13, 2025
Bugfix FXIOS-11544 [App Icon 2025] Remove repeated "selected" VoiceOver announcement on the selected app icon row (#25303)
Remove repeated "selected" callout on the selected app icon row.
1 parent d7ce42e commit 359ad01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎firefox-ios/Client/Frontend/Settings/AppIconSelection/AppIconView.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ struct AppIconView: View, ThemeApplicable {
119119
.foregroundStyle(themeColors.textPrimary.color)
120120
Spacer()
121121
if isSelected {
122+
// swiftlint:disable:next accessibility_label_for_image
122123
Image(systemName: UX.checkmarkImageIdentifier)
123124
.foregroundStyle(themeColors.actionPrimary.color)
124-
.accessibilityLabel(selectionImageAccessibilityLabel)
125125
}
126126
}
127127
.padding(.horizontal, UX.itemPaddingHorizontal)

0 commit comments

Comments
 (0)
Failed to load comments.