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

Commit 31be904d authored by Jason Chang's avatar Jason Chang
Browse files

Fix Talkback should not announce disruptive announcement

"Re-enter your PIN" page.

Remove the calling announceForAccessibility() to prevent disruptive
announcement.

Flag: EXEMPT bugfix

Bug: 383259346
Bug: 384608181

Test: local build and verify Talkback announcement in
"Re-enter your PIN" page.

Change-Id: Ide29dde477a095db12eb959dc3d89b6689bd6ab2
parent 87a4a3de
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -770,7 +770,7 @@ public class ChooseLockPassword extends SettingsActivity {
            // If the stage changed, announce the header for accessibility. This
            // is a no-op when accessibility is disabled.
            if (previousStage != stage) {
                mLayout.announceForAccessibility(mLayout.getHeaderText());
                getActivity().setTitle(mLayout.getHeaderText());
            }
        }