mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 23:26:12 +02:00
Check if temp id is null
This commit is contained in:
@@ -578,7 +578,7 @@ class Core {
|
||||
}
|
||||
|
||||
Log.i(folder.name + " moved uid=" + uid);
|
||||
if (jargs.length() > 2) {
|
||||
if (jargs.length() > 2 && !jargs.isNull(2)) {
|
||||
long tmpid = jargs.getLong(2);
|
||||
try {
|
||||
db.beginTransaction();
|
||||
|
||||
Reference in New Issue
Block a user