diff --git a/res/layout/hotseat.xml b/res/layout/hotseat.xml index 82b0b8d74e..d14dcd54af 100644 --- a/res/layout/hotseat.xml +++ b/res/layout/hotseat.xml @@ -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