Added dialog life cycle

This commit is contained in:
M66B
2019-09-11 14:03:59 +02:00
parent ff9803e075
commit f73476bdfc
16 changed files with 89 additions and 60 deletions

View File

@@ -220,8 +220,7 @@ public class FragmentOrder extends FragmentBase {
protected void onException(Bundle args, Throwable ex) {
Helper.unexpectedError(getFragmentManager(), ex);
}
}.execute(getContext(), getViewLifecycleOwner(), args, "order:set");
}.execute(this, args, "order:set");
}
private ItemTouchHelper.Callback touchHelper = new ItemTouchHelper.Callback() {