minor fix
This commit is contained in:
parent
4df4738dd3
commit
75421faf46
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ class CollectionSearchDelegate extends AvesSearchDelegate with FeedbackMixin, Va
|
||||||
routeName: SearchPage.routeName,
|
routeName: SearchPage.routeName,
|
||||||
) {
|
) {
|
||||||
query = initialQuery ?? '';
|
query = initialQuery ?? '';
|
||||||
_mimeTypeFilters = source.allEntries.map((entry) => entry.mimeType).toSet().map(MimeFilter.new).toList()..sort();
|
_mimeTypeFilters = source.visibleEntries.map((entry) => entry.mimeType).toSet().map(MimeFilter.new).toList()..sort();
|
||||||
}
|
}
|
||||||
|
|
||||||
@override
|
@override
|
||||||
|
|
Loading…
Reference in a new issue