From 9df98f8ffbfc0c5382cb287eec346d3eeb179867 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Fri, 28 Jun 2024 14:30:56 +0530 Subject: [PATCH] [mob] Show create link for unamed group --- mobile/lib/models/gallery_type.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: