فهرست منبع

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);