diff --git a/lib/models/gallery_type.dart b/lib/models/gallery_type.dart index a90ba8f95..e3942345d 100644 --- a/lib/models/gallery_type.dart +++ b/lib/models/gallery_type.dart @@ -328,10 +328,10 @@ extension GalleryAppBarExtn on GalleryType { case GalleryType.trash: case GalleryType.localFolder: case GalleryType.locationTag: + case GalleryType.searchResults: return false; case GalleryType.uncategorized: case GalleryType.ownedCollection: - case GalleryType.searchResults: case GalleryType.sharedCollection: case GalleryType.quickLink: case GalleryType.favorite: