mirror of https://github.com/readrops/Readrops.git
Set lastModified to the current account object, otherwise the sync mode will always be the initial one
This commit is contained in:
parent
60797cf76c
commit
432726defa
|
@ -99,6 +99,7 @@ public class NextNewsRepository extends ARepository {
|
|||
timings.addSplit("insert items");
|
||||
timings.dumpToLog();
|
||||
|
||||
account.setLastModified(lastModified);
|
||||
database.accountDao().updateLastModified(account.getId(), lastModified);
|
||||
database.itemDao().resetReadChanges();
|
||||
|
||||
|
|
Loading…
Reference in New Issue