mirror of
https://github.com/immich-app/immich.git
synced 2025-12-06 09:13:13 +03:00
@@ -17,6 +17,6 @@ final archiveProvider = StreamProvider<RenderList>((ref) {
|
||||
.filter()
|
||||
.isArchivedEqualTo(true)
|
||||
.isTrashedEqualTo(false)
|
||||
.sortByFileCreatedAt();
|
||||
.sortByFileCreatedAtDesc();
|
||||
return renderListGenerator(query, ref);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user