1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-22 06:01:12 +00:00

Prevent crash

This commit is contained in:
M66B 2019-11-11 10:53:03 +01:00
parent ff5c3d2666
commit fd810a0101

View file

@ -273,7 +273,7 @@ public class EntityOperation {
}
}
private static void queue(Context context, long account, long folder, long message, String name, JSONArray jargs) {
private static void queue(Context context, Long account, long folder, long message, String name, JSONArray jargs) {
DB db = DB.getInstance(context);
EntityOperation op = new EntityOperation();