Loading src/com/android/settings/password/ChooseLockPattern.java +6 −1 Original line number Diff line number Diff line Loading @@ -798,9 +798,14 @@ public class ChooseLockPattern extends SettingsActivity { // If the stage changed, announce the header for accessibility. This // is a no-op when accessibility is disabled. if (previousStage != stage || announceAlways) { if (stage == Stage.NeedToConfirm) { // If the Stage is NeedToConfirm, move the a11y focus to the header. mHeaderText.requestAccessibilityFocus(); } else { mHeaderText.announceForAccessibility(mHeaderText.getText()); } } } protected void updateFooterLeftButton(Stage stage) { if (stage.leftMode == LeftButtonMode.Gone) { Loading Loading
src/com/android/settings/password/ChooseLockPattern.java +6 −1 Original line number Diff line number Diff line Loading @@ -798,9 +798,14 @@ public class ChooseLockPattern extends SettingsActivity { // If the stage changed, announce the header for accessibility. This // is a no-op when accessibility is disabled. if (previousStage != stage || announceAlways) { if (stage == Stage.NeedToConfirm) { // If the Stage is NeedToConfirm, move the a11y focus to the header. mHeaderText.requestAccessibilityFocus(); } else { mHeaderText.announceForAccessibility(mHeaderText.getText()); } } } protected void updateFooterLeftButton(Stage stage) { if (stage.leftMode == LeftButtonMode.Gone) { Loading