Don't return early when there are no location tags

This commit is contained in:
vishnukvmd 2024-02-08 12:09:48 +05:30
parent c33b08da7a
commit fca5b7004d

View file

@ -609,9 +609,6 @@ class SearchService {
result[tag] = [];
}
}
if (result.isEmpty && !showNoLocationTag) {
return searchResults;
}
final allFiles = await getAllFiles();
for (EnteFile file in allFiles) {
if (file.hasLocation) {