silent sync after archive

This commit is contained in:
abhinav-grd 2021-09-27 09:30:08 +05:30
parent 22d2f62302
commit 44054e1efe

View file

@ -404,7 +404,7 @@ export default function Gallery() {
});
} finally {
clearSelection();
syncWithRemote();
syncWithRemote(false, true);
loadingBar.current.complete();
}
};