mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-31 22:26:06 +02:00
Prevent crash
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user