Alla pressione del tasto Annulla (DialogAskCliente) in picking libero non veniva chiuso il progress dialog.
This commit is contained in:
parent
3d895cae66
commit
bb9846aaee
@ -593,6 +593,8 @@ public class PickingLiberoViewModel implements IRecyclerItemClicked<MtbColr> {
|
|||||||
DialogAskCliente.makeBase(mContext, (status, result) -> {
|
DialogAskCliente.makeBase(mContext, (status, result) -> {
|
||||||
if(status == DialogConsts.Results.YES) {
|
if(status == DialogConsts.Results.YES) {
|
||||||
createNewLUInternal(customNumCollo, customSerCollo, result, progressDialog, onComplete, onFailed);
|
createNewLUInternal(customNumCollo, customSerCollo, result, progressDialog, onComplete, onFailed);
|
||||||
|
} else {
|
||||||
|
onFailed.run();
|
||||||
}
|
}
|
||||||
}).show();
|
}).show();
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user