Prevent crash

This commit is contained in:
M66B 2020-02-26 22:50:41 +01:00
parent 633f3fbc3c
commit 1ea730d075
1 changed files with 2 additions and 0 deletions

View File

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