mirror of https://github.com/M66B/FairEmail.git
Check if temp id is null
This commit is contained in:
parent
8cfd700928
commit
6d81aed83a
|
@ -578,7 +578,7 @@ class Core {
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.i(folder.name + " moved uid=" + uid);
|
Log.i(folder.name + " moved uid=" + uid);
|
||||||
if (jargs.length() > 2) {
|
if (jargs.length() > 2 && !jargs.isNull(2)) {
|
||||||
long tmpid = jargs.getLong(2);
|
long tmpid = jargs.getLong(2);
|
||||||
try {
|
try {
|
||||||
db.beginTransaction();
|
db.beginTransaction();
|
||||||
|
|
Loading…
Reference in New Issue