1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-06 11:39:49 +00:00

Prevent crash

This commit is contained in:
M66B 2019-10-09 15:43:14 +02:00
parent 1f113fd232
commit 3e47eb347e

View file

@ -2188,6 +2188,8 @@ class Core {
crumb.put("message", uid + ":" + message.uid);
crumb.put("what", ex.getMessage());
Log.breadcrumb("insert", crumb);
return null;
} finally {
db.endTransaction();
}