소스 검색

提交人:江天明
提交内容:优化

江天明 9 달 전
부모
커밋
1ab7e5c750
1개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 3 3
      libBase/src/main/java/com/develop/food/base/ui/BaseActivity.kt

+ 3 - 3
libBase/src/main/java/com/develop/food/base/ui/BaseActivity.kt

@@ -332,9 +332,9 @@ abstract class BaseActivity<T : ViewBinding> : AppCompatActivity() {
         if (lastMsg == event.msg && !event.isFocus) {
             return
         }
-        if (lastMsg == "dian_zi_cheng_tong_xin_yi_chan" && CofarSDK.devInfo().mode.mode != "WEIGHT") {
-            return
-        }
+//        if (lastMsg == "dian_zi_cheng_tong_xin_yi_chan" && CofarSDK.devInfo().mode.mode != "WEIGHT") {
+//            return
+//        }
         lastMsg = event.msg
 
         deviceStateDialog.showCancel = event.isShowCancelBtn