Fixed resetting folder sync state

This commit is contained in:
M66B 2021-09-03 20:51:52 +02:00
parent 9f8c583e7c
commit b42144d04b
1 changed files with 0 additions and 1 deletions

View File

@ -426,7 +426,6 @@ public class ServiceSynchronize extends ServiceBase implements SharedPreferences
for (EntityFolder folder : db.folder().getFolders(accountNetworkState.accountState.id, false, false)) {
db.folder().setFolderState(folder.id, null);
db.folder().setFolderSyncState(folder.id, null);
db.folder().setFolderPollCount(folder.id, 0);
}