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

Commit a938b108 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: 060a546b

Change-Id: I9d98982dab4f22424d995ecc0161e562299d11e8
parents 0f63705f 060a546b
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();
    }