Merge "Fixed Pattern SUW a11y bug" into main

This commit is contained in:
Joshua Mccloskey
2025-01-15 12:34:39 -08:00
committed by Android (Google) Code Review

View File

@@ -815,8 +815,6 @@ public class ChooseLockPattern extends SettingsActivity {
if (stage == Stage.NeedToConfirm) { if (stage == Stage.NeedToConfirm) {
// If the Stage is NeedToConfirm, move the a11y focus to the header. // If the Stage is NeedToConfirm, move the a11y focus to the header.
mHeaderText.requestAccessibilityFocus(); mHeaderText.requestAccessibilityFocus();
} else {
mHeaderText.announceForAccessibility(mHeaderText.getText());
} }
} }
} }