[mob] Fixed sorting bug in uncategorized section
This commit is contained in:
committed by
Neeraj Gupta
parent
748d18cc2a
commit
a73f3cc52b
@@ -68,6 +68,7 @@ class UnCategorizedPage extends StatelessWidget {
|
||||
],
|
||||
tagPrefix: tagPrefix,
|
||||
selectedFiles: _selectedFiles,
|
||||
sortAsyncFn: () => collection.pubMagicMetadata.asc ?? false,
|
||||
initialFiles: null,
|
||||
albumName: S.of(context).uncategorized,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user