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

Commit 0c61a966 authored by Jason Chang's avatar Jason Chang
Browse files

Fix Talkback announcement for SFPS enrollment issues

Remove the redundant "enrolled %" string when talkback announcement.

Bug: 324488176

Flag: NONE

Test: manually do SFPS enrolling then hearing the sounds to check.
Change-Id: I00d1f885bca2609cd954817943a1d4f5625a95b3
parent 4f5920c3
Loading
Loading
Loading
Loading
+0 −7
Original line number Diff line number Diff line
@@ -812,13 +812,6 @@ public class FingerprintEnrollEnrolling extends BiometricsEnrollEnrolling {
            CharSequence announcement = getString(
                    R.string.security_settings_sfps_enroll_progress_a11y_message, percent);
            announceEnrollmentProgress(announcement);
            if (mIllustrationLottie != null) {
                mIllustrationLottie.setContentDescription(
                        getString(
                                R.string.security_settings_sfps_animation_a11y_label,
                                percent)
                );
            }
        }
        updateTitleAndDescription();
        animateFlash();