Fix su chiusura dialog in recupero materiale
This commit is contained in:
parent
e42c49762f
commit
87cfff347d
@ -176,7 +176,7 @@ public class ProdRecuperoMaterialeViewModel {
|
|||||||
DialogInputQuantity.makeBase(mContext, dto, false, quantity -> {
|
DialogInputQuantity.makeBase(mContext, dto, false, quantity -> {
|
||||||
onItemDispatched(item, quantity.qtaTot.getBigDecimal(), sourceMtbColt, dialogProgress);
|
onItemDispatched(item, quantity.qtaTot.getBigDecimal(), sourceMtbColt, dialogProgress);
|
||||||
}, () -> {
|
}, () -> {
|
||||||
|
if(dialogProgress != null) dialogProgress.dismiss();
|
||||||
}).show();
|
}).show();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user