[mob][photos] clean up

This commit is contained in:
ashilkn
2024-06-25 09:43:50 +05:30
parent 8fae7719b5
commit 35b42d4743
2 changed files with 1 additions and 3 deletions

View File

@@ -169,6 +169,7 @@ class MagicCacheService {
_logger.info("No magic cache found");
return [];
}
final List<GenericSearchResult> genericSearchResults = [];
for (MagicCache magicCache in magicCaches) {
final genericSearchResult = await magicCache.toGenericSearchResult();

View File

@@ -60,9 +60,6 @@ class SearchService {
_cachedFilesFuture = null;
_cachedHiddenFilesFuture = null;
});
if (flagService.internalUser) {
// _loadMagicPrompts();
}
}
Set<int> ignoreCollections() {