Browse Source

处理5037不能点击切换模式

zhangshenjie 8 months ago
parent
commit
8b43b02a29

+ 1 - 1
BusinessAirFryer/src/main/java/com/develop/airfryer/ui/DevModeView.kt

@@ -33,7 +33,7 @@ class DevModeView(context: Context, attrs: AttributeSet) : ConstraintLayout(cont
 
     init {
         binding = DevModeViewBinding.inflate(LayoutInflater.from(context), this, true)
-        setupClickListener()
+//        setupClickListener()
         CofarSDK.register(this)
         animation()
         updateUI()