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 b33d221ca..20838317e 100644 --- a/app/apk/src/main/res/layout/item_module_md2.xml +++ b/app/apk/src/main/res/layout/item_module_md2.xml @@ -30,7 +30,6 @@ android:clickable="@{!item.removed && item.enabled && !item.showNotice}" android:focusable="@{!item.removed && item.enabled && !item.showNotice}" android:nextFocusRight="@id/module_indicator" - android:onClick="@{() -> item.setEnabled(!item.enabled)}" app:cardBackgroundColor="@color/color_card_background_color_selector" tools:isEnabled="false" tools:layout_gravity="center"