mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-22 06:01:12 +00:00
Prevent crash
This commit is contained in:
parent
ff5c3d2666
commit
fd810a0101
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue