hash after remote sync

This commit is contained in:
shenlong-tanwen
2025-09-06 02:35:56 +05:30
parent 03cd491197
commit 67fb9b7a2a
2 changed files with 9 additions and 10 deletions
@@ -128,7 +128,6 @@ class BackgroundSyncManager {
});
}
// No need to cancel the task, as it can also be run when the user logs out
Future<void> hashAssets() {
if (_hashTask != null) {
return _hashTask!.future;