mirror of https://github.com/M66B/FairEmail.git
Prevent crash
This commit is contained in:
parent
923c4ffd91
commit
153e165b8f
|
@ -3299,6 +3299,8 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
|||
}
|
||||
|
||||
db.setTransactionSuccessful();
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
} finally {
|
||||
db.endTransaction();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue