mirror of https://github.com/readrops/Readrops.git
Fix travis failed build
This commit is contained in:
parent
45e594d4f2
commit
0949cbf8d2
|
@ -115,7 +115,7 @@ public class FreshRSSRepository extends ARepository<FreshRSSAPI> {
|
||||||
account.setLastModified(newLastModified);
|
account.setLastModified(newLastModified);
|
||||||
database.accountDao().updateLastModified(account.getId(), newLastModified);
|
database.accountDao().updateLastModified(account.getId(), newLastModified);
|
||||||
|
|
||||||
database.itemDao().resetReadChanges();
|
database.itemDao().resetReadChanges(account.getId());
|
||||||
logger.addSplit("reset read changes");
|
logger.addSplit("reset read changes");
|
||||||
logger.dumpToLog();
|
logger.dumpToLog();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue