Reset error on disabling sync

This commit is contained in:
M66B
2018-08-14 12:13:16 +00:00
parent b6873052b9
commit cb068873f0
2 changed files with 5 additions and 0 deletions

View File

@@ -89,6 +89,8 @@ public class FragmentFolder extends FragmentEx {
db.beginTransaction();
db.folder().setFolderProperties(id, synchronize, days);
if (!synchronize)
db.folder().setFolderError(id, null);
EntityFolder folder = db.folder().getFolder(id);
if (!folder.synchronize)