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

Commit 58efa391 authored by Austin Delgado's avatar Austin Delgado
Browse files

Remove Biometric Prompt authentication a11y announcement

Flag: EXEMPT bugfix
Test: verified no announcement after auth manually
Fixes: 383199699
Change-Id: If1896097558a85156bd79c49a5ee2390502554ba
parent 24ed9e30
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -365,10 +365,6 @@ object BiometricViewBinder {
                                IMPORTANT_FOR_ACCESSIBILITY_NO
                        }
                        if (authState.isAuthenticatedAndConfirmed) {
                            view.announceForAccessibility(
                                view.resources.getString(R.string.biometric_dialog_authenticated)
                            )

                            launch {
                                delay(authState.delay)
                                if (authState.isAuthenticatedAndExplicitlyConfirmed) {