Decouple folder sync from that of files

This commit is contained in:
Vishnu Mohandas 2020-06-20 04:37:53 +05:30
parent 12ba36a0d4
commit 532540d4ac

View file

@ -47,6 +47,10 @@ void _main() async {
void _sync() async {
try {
await PhotoSyncManager.instance.sync();
} catch (e) {
logger.warning(e);
}
try {
await FolderSharingService.instance.sync();
} catch (e) {
logger.warning(e);