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

Commit 532526ed authored by Curtis Belmonte's avatar Curtis Belmonte Committed by Automerger Merge Worker
Browse files

Merge "Fix BiometricPrompt double TalkBack announcement" into rvc-dev am:...

Merge "Fix BiometricPrompt double TalkBack announcement" into rvc-dev am: 060a546b am: 9960dffa am: 6497cdf8

Change-Id: I9d74433f2cfae946a6507f148e365abc56031c5b
parents ccaab92b 6497cdf8
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();
    }