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

Commit e38a890b authored by Stefan Andonian's avatar Stefan Andonian
Browse files

Make "Undo" button not be long-clickable explicitly.

This is causing accessibility bot issues for the switch access
feature.

Bug: 319369664
Flag: NA
Test: Verified via go/web-hv that this is no longer long-clickable.
Change-Id: I8a90d7093b60ddecdecc3374a34ce6828c1b7468
parent 5afb093a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -39,6 +39,7 @@
        android:paddingLeft="8dp"
        android:paddingRight="8dp"
        android:background="?android:attr/selectableItemBackground"
        android:longClickable="false"
        android:textStyle="bold"
        android:textSize="@dimen/snackbar_max_text_size"
        android:textColor="?android:attr/colorAccent"