Procházet zdrojové kódy

Merge pull request #468 from ente-io/fix_storing_remote_collections

Vishnu Mohandas před 2 roky
rodič
revize
e9df56f979
2 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 1 1
      lib/services/remote_sync_service.dart
  2. 1 1
      pubspec.yaml

+ 1 - 1
lib/services/remote_sync_service.dart

@@ -431,7 +431,7 @@ class RemoteSyncService {
         }
         }
         toBeInserted.add(remoteDiff);
         toBeInserted.add(remoteDiff);
         // end processing for file here, move to next file now
         // end processing for file here, move to next file now
-        break;
+        continue;
       }
       }
 
 
       // If remoteDiff is not already synced (i.e. existingFile is null), check
       // If remoteDiff is not already synced (i.e. existingFile is null), check

+ 1 - 1
pubspec.yaml

@@ -11,7 +11,7 @@ description: ente photos application
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # In iOS, build-name is used as CFBundleShortVersionString while build-number used as CFBundleVersion.
 # Read more about iOS versioning at
 # Read more about iOS versioning at
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
 # https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
-version: 0.6.30+360
+version: 0.6.31+361
 
 
 environment:
 environment:
   sdk: ">=2.10.0 <3.0.0"
   sdk: ">=2.10.0 <3.0.0"