mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 21:58:52 +02:00
Fixed deleting operations
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user