This commit is contained in:
马增飞
2025-11-19 13:04:07 +08:00
parent ecc5e5a917
commit 7b171b0c19
@@ -173,13 +173,13 @@ abstract class GoodsListActivity : ComponentActivity() {
// return // return
//} //}
if (weight < 200) { if (weight < 200) {
// if (abs(weight) < 10) { if (abs(weight) < 10) {
// if (DialogManager.getDialogList().size == 1 && if (DialogManager.getDialogList().size == 1 &&
// DialogManager.contains("GoodsRecognizeDialog") && DialogManager.contains("GoodsRecognizeDialog") &&
// goodsRecognizeDialog?.isShowing == true) { goodsRecognizeDialog?.isShowing == true) {
// goodsRecognizeDialog?.dismiss() goodsRecognizeDialog?.dismiss()
// } }
// } }
return return
} }
this.lastWeight = weight this.lastWeight = weight