Auto extend sync period

This commit is contained in:
M66B
2019-01-01 19:49:21 +01:00
parent 8c3e1bba4d
commit 189655b39f
6 changed files with 1301 additions and 3 deletions

View File

@@ -2248,6 +2248,7 @@ public class ServiceSynchronize extends LifecycleService {
if (state.running)
db.folder().setFolderInitialized(folder.id);
db.folder().setFolderSync(folder.id, new Date().getTime());
db.folder().setFolderError(folder.id, null);
} finally {