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

Commit fdb47cee authored by Jason Chang's avatar Jason Chang Committed by Android (Google) Code Review
Browse files

Merge "Fix Talkback should not announce disruptive announcement "Re-enter your...

Merge "Fix Talkback should not announce disruptive announcement "Re-enter your PIN" page." into main
parents 5f42cebf 31be904d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -771,7 +771,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());
            }
        }