Task names

This commit is contained in:
M66B
2019-01-12 13:15:15 +00:00
parent 9b865d9068
commit 2ff5b3f773
11 changed files with 29 additions and 45 deletions

View File

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