Fix su dismiss di dialog input quantity
This commit is contained in:
parent
b61948dac3
commit
677ee127ff
@ -290,6 +290,7 @@ public class DialogInputQuantityV2View extends BaseDialogFragment implements Dia
|
|||||||
}
|
}
|
||||||
|
|
||||||
private void dismiss(DialogInputQuantityV2ResultDTO result, boolean shouldCloseLu) {
|
private void dismiss(DialogInputQuantityV2ResultDTO result, boolean shouldCloseLu) {
|
||||||
|
super.dismiss();
|
||||||
if (this.mOnComplete != null) {
|
if (this.mOnComplete != null) {
|
||||||
if(result == null) {
|
if(result == null) {
|
||||||
mOnAbort.run();
|
mOnAbort.run();
|
||||||
@ -297,7 +298,6 @@ public class DialogInputQuantityV2View extends BaseDialogFragment implements Dia
|
|||||||
this.mOnComplete.run(result, shouldCloseLu);
|
this.mOnComplete.run(result, shouldCloseLu);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
super.dismiss();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user