Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0e5717b3 authored by Joshua Mccloskey's avatar Joshua Mccloskey Committed by Android (Google) Code Review
Browse files

Merge "Fixed Pattern SUW a11y bug" into main

parents e8f5daaf 53ac9161
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -815,8 +815,6 @@ public class ChooseLockPattern extends SettingsActivity {
                if (stage == Stage.NeedToConfirm) {
                    // If the Stage is NeedToConfirm, move the a11y focus to the header.
                    mHeaderText.requestAccessibilityFocus();
                } else {
                    mHeaderText.announceForAccessibility(mHeaderText.getText());
                }
            }
        }