diff --git a/mobile/lib/models/gallery_type.dart b/mobile/lib/models/gallery_type.dart index bb02f1bbca..b73c0e080f 100644 --- a/mobile/lib/models/gallery_type.dart +++ b/mobile/lib/models/gallery_type.dart @@ -125,9 +125,9 @@ extension GalleyTypeExtension on GalleryType { case GalleryType.uncategorized: case GalleryType.locationTag: case GalleryType.peopleTag: + case GalleryType.cluster: return true; case GalleryType.hiddenSection: - case GalleryType.cluster: case GalleryType.hiddenOwnedCollection: case GalleryType.localFolder: case GalleryType.trash: