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

Commit c54bcfa0 authored by Austin Delgado's avatar Austin Delgado
Browse files

Remove fulscreen a11y cancel button in prompt

Test: Verified manually
Flag: EXEMPT bugfix
Bug: 408064090
Change-Id: Ib320f3b7a22428b4871aac9b8244bbe706964384
parent 868062a1
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -11,6 +11,7 @@
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:contentDescription="@string/cancel"
        android:importantForAccessibility="no"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
+1 −0
Original line number Diff line number Diff line
@@ -12,6 +12,7 @@ android:layout_height="match_parent">
        android:layout_width="0dp"
        android:layout_height="0dp"
        android:contentDescription="@string/cancel"
        android:importantForAccessibility="no"
        app:layout_constraintBottom_toBottomOf="parent"
        app:layout_constraintEnd_toEndOf="parent"
        app:layout_constraintStart_toStartOf="parent"
+0 −1
Original line number Diff line number Diff line
@@ -139,7 +139,6 @@ object BiometricViewBinder {
                    )
                }
            }
        ViewCompat.setAccessibilityDelegate(backgroundView, cancelDelegate)
        ViewCompat.setAccessibilityDelegate(cancelButton, cancelDelegate)

        // TODO(b/330788871): temporary workaround for the unsafe callbacks & legacy controllers