Merge "Fixed Pattern SUW a11y bug" into main
This commit is contained in:
committed by
Android (Google) Code Review
commit
0e5717b3a6
@@ -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());
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user