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();