mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-06 11:39:49 +00:00
Prevent crash
This commit is contained in:
parent
1f113fd232
commit
3e47eb347e
1 changed files with 2 additions and 0 deletions
|
@ -2188,6 +2188,8 @@ class Core {
|
||||||
crumb.put("message", uid + ":" + message.uid);
|
crumb.put("message", uid + ":" + message.uid);
|
||||||
crumb.put("what", ex.getMessage());
|
crumb.put("what", ex.getMessage());
|
||||||
Log.breadcrumb("insert", crumb);
|
Log.breadcrumb("insert", crumb);
|
||||||
|
|
||||||
|
return null;
|
||||||
} finally {
|
} finally {
|
||||||
db.endTransaction();
|
db.endTransaction();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue