|
@@ -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
|