Merge "Fix Talkback should not announce disruptive announcement "Re-enter your PIN" page." into main
This commit is contained in:
@@ -771,7 +771,7 @@ public class ChooseLockPassword extends SettingsActivity {
|
|||||||
// If the stage changed, announce the header for accessibility. This
|
// If the stage changed, announce the header for accessibility. This
|
||||||
// is a no-op when accessibility is disabled.
|
// is a no-op when accessibility is disabled.
|
||||||
if (previousStage != stage) {
|
if (previousStage != stage) {
|
||||||
mLayout.announceForAccessibility(mLayout.getHeaderText());
|
getActivity().setTitle(mLayout.getHeaderText());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user