Browse Source

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

江天明 9 tháng trước cách đây
mục cha
commit
1ab7e5c750

+ 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