Fix city search (#1704)
This commit is contained in:
commit
d27a70bd37
2 changed files with 1 additions and 4 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) {
|
||||
|
|
|
@ -12,7 +12,7 @@ description: ente photos application
|
|||
# Read more about iOS versioning at
|
||||
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
|
||||
|
||||
version: 0.8.55+575
|
||||
version: 0.8.56+576
|
||||
|
||||
environment:
|
||||
sdk: ">=3.0.0 <4.0.0"
|
||||
|
|
Loading…
Add table
Reference in a new issue