Fixed dialog tasks

This commit is contained in:
M66B
2019-09-12 13:36:23 +02:00
parent ac69a94dd2
commit 4a81f17a1f
4 changed files with 5 additions and 5 deletions

View File

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