优化
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user