diff --git a/app/apk/src/main/res/layout/item_module_md2.xml b/app/apk/src/main/res/layout/item_module_md2.xml index 20838317e..c6304a925 100644 --- a/app/apk/src/main/res/layout/item_module_md2.xml +++ b/app/apk/src/main/res/layout/item_module_md2.xml @@ -27,7 +27,6 @@ isEnabled="@{!item.removed && item.enabled && !item.showNotice}" android:layout_width="match_parent" android:layout_height="wrap_content" - android:clickable="@{!item.removed && item.enabled && !item.showNotice}" android:focusable="@{!item.removed && item.enabled && !item.showNotice}" android:nextFocusRight="@id/module_indicator" app:cardBackgroundColor="@color/color_card_background_color_selector"