ashilkn 2 lat temu
rodzic
commit
578c822b01
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      lib/services/local_sync_service.dart

+ 1 - 1
lib/services/local_sync_service.dart

@@ -392,7 +392,7 @@ class LocalSyncService {
   Future<void> checkAndSync() async {
     _logger.info("Something changed on disk");
     if (_existingSync != null) {
-      await _existingSync.future;
+      await _existingSync!.future;
     }
     if (hasGrantedLimitedPermissions()) {
       syncAll();