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

This commit is contained in:
Alex 2023-04-04 13:40:23 -05:00 committed by GitHub
parent 48393c215b
commit 333ab1124b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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