Fixed deleting operations

This commit is contained in:
M66B
2020-12-03 08:24:23 +01:00
parent 53ea8869a0
commit fc15a4bfc9

View File

@@ -236,7 +236,7 @@ public class FragmentOperations extends FragmentBase {
if (sublist != null)
list.addAll(sublist);
}
}.execute(getContext(), getActivity(), new Bundle(), "operations:delete");
}.execute(getContext(), getActivity(), args, "operations:delete");
}
})
.setNegativeButton(android.R.string.cancel, null)