[mob] Fixed sorting bug in uncategorized section
This commit is contained in:
parent
748d18cc2a
commit
a73f3cc52b
1 changed files with 1 additions and 0 deletions
|
@ -68,6 +68,7 @@ class UnCategorizedPage extends StatelessWidget {
|
|||
],
|
||||
tagPrefix: tagPrefix,
|
||||
selectedFiles: _selectedFiles,
|
||||
sortAsyncFn: () => collection.pubMagicMetadata.asc ?? false,
|
||||
initialFiles: null,
|
||||
albumName: S.of(context).uncategorized,
|
||||
);
|
||||
|
|
Loading…
Add table
Reference in a new issue