Browse Source

minor change

ashilkn 2 năm trước cách đây
mục cha
commit
578c822b01
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();