Added fail-safe

pull/210/head
M66B 2 years ago
parent 1fe67df028
commit cf5bf2235c

@ -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();
}

Loading…
Cancel
Save