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:
parent
53ea8869a0
commit
fc15a4bfc9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue