Don't return early when there are no location tags
This commit is contained in:
parent
c33b08da7a
commit
fca5b7004d
1 changed files with 0 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue