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

Commit 060a546b authored by Curtis Belmonte's avatar Curtis Belmonte Committed by Android (Google) Code Review
Browse files

Merge "Fix BiometricPrompt double TalkBack announcement" into rvc-dev

parents 6282ff9b bca44547
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
        android:id="@+id/background"
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        android:accessibilityLiveRegion="polite"
        android:background="@color/biometric_dialog_dim_color"
        android:contentDescription="@string/biometric_dialog_empty_space_description"/>

+1 −0
Original line number Diff line number Diff line
@@ -309,6 +309,7 @@ public class AuthContainerView extends LinearLayout
            return true;
        });

        setImportantForAccessibility(IMPORTANT_FOR_ACCESSIBILITY_NO);
        setFocusableInTouchMode(true);
        requestFocus();
    }