mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-01 02:21:37 +01: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