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

@@ -193,7 +193,7 @@ public class FragmentContacts extends FragmentBase {
protected void onException(Bundle args, Throwable ex) {
Helper.unexpectedError(getFragmentManager(), ex);
}
}.execute(getContext(), getActivity(), new Bundle(), "contacts:delete");
}.execute(FragmentDelete.this, new Bundle(), "contacts:delete");
}
})
.setNegativeButton(android.R.string.cancel, null)