1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2024-12-26 09:47:13 +00:00

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)