1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-25 15:32:52 +00:00

Prevent crash

This commit is contained in:
M66B 2020-02-26 22:50:41 +01:00
parent 633f3fbc3c
commit 1ea730d075

View file

@ -549,6 +549,8 @@ public class MessageHelper {
}
db.setTransactionSuccessful();
} catch (Throwable ex) {
Log.w(ex);
} finally {
db.endTransaction();
}