Skip to content
This repository has been archived by the owner on Mar 14, 2024. It is now read-only.

Commit

Permalink
Merge branch 'main' into independent
Browse files Browse the repository at this point in the history
  • Loading branch information
vishnukvmd committed Feb 8, 2024
2 parents 2588212 + d27a70b commit 8b60d36
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions lib/services/search_service.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 8b60d36

Please sign in to comment.