mirror of
https://github.com/immich-app/immich.git
synced 2024-11-15 09:59:00 -07:00
parent
e5978981f3
commit
49d9051879
@ -17,6 +17,6 @@ final archiveProvider = StreamProvider<RenderList>((ref) {
|
||||
.filter()
|
||||
.isArchivedEqualTo(true)
|
||||
.isTrashedEqualTo(false)
|
||||
.sortByFileCreatedAt();
|
||||
.sortByFileCreatedAtDesc();
|
||||
return renderListGenerator(query, ref);
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user