Преглед изворни кода

fix(mobile): shared page does not get all shared albums (#2160)

Alex пре 2 година
родитељ
комит
333ab1124b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      mobile/lib/shared/services/sync.service.dart

+ 1 - 1
mobile/lib/shared/services/sync.service.dart

@@ -574,7 +574,7 @@ class SyncService {
           return true;
         }
       },
-      onlyFirst: (Asset a) => throw Exception("programming error"),
+      onlyFirst: (Asset a) => {},
       onlySecond: (Asset b) => toUpsert.add(b),
     );
     return Pair(existing, toUpsert);