mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 13:47:05 +02:00
Added fail-safe
This commit is contained in:
@@ -2570,6 +2570,8 @@ public abstract class DB extends RoomDatabase {
|
||||
if (cursor.getString(5) == null)
|
||||
editor.putBoolean("unset." + id + ".Sent", true);
|
||||
}
|
||||
} catch (Throwable ex) {
|
||||
Log.e(ex);
|
||||
}
|
||||
editor.apply();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user