mirror of
https://github.com/johannesjo/super-productivity.git
synced 2026-07-21 02:20:12 +00:00
ContentValues binds "time('now')" as a literal string rather than letting
SQLite evaluate it, so every row's KEY_CREATED_AT held a constant text
value instead of a write timestamp. Store System.currentTimeMillis() so
the column is actually usable for ordering/debugging.
|
||
|---|---|---|
| .. | ||
| androidTest/java/com/superproductivity/superproductivity | ||
| main | ||
| test/java/com/superproductivity/superproductivity | ||