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) -> {
|
||||
if(status == DialogConsts.Results.YES) {
|
||||
createNewLUInternal(customNumCollo, customSerCollo, result, progressDialog, onComplete, onFailed);
|
||||
} else {
|
||||
onFailed.run();
|
||||
}
|
||||
}).show();
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user