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

Commit 83578d13 authored by Stefan Andonian's avatar Stefan Andonian
Browse files

Explicitly set the Hotseat to not long or short clickable.

Bug: 318316718
Test: Verified this is no longer selected by switch access.
Flag: NA
Change-Id: I45a815ab816f9835e297d06eb1f5d0edcb29d837
parent 5afb093a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,4 +21,6 @@
    android:layout_height="match_parent"
    android:theme="@style/HomeScreenElementTheme"
    android:importantForAccessibility="no"
    android:clickable="false"
    android:longClickable="false"
    launcher:containerType="hotseat" />
 No newline at end of file