From 6ad6db84aec7e6475df6552456ab2a60b31d2ac8 Mon Sep 17 00:00:00 2001 From: laurenspriem Date: Mon, 17 Mar 2025 10:38:44 +0530 Subject: [PATCH] [mob][photos] Add delete option for cluster files --- 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 e69ecd45bd..82e5650b09 100644 --- a/mobile/lib/models/gallery_type.dart +++ b/mobile/lib/models/gallery_type.dart @@ -115,10 +115,10 @@ extension GalleyTypeExtension on GalleryType { case GalleryType.locationTag: case GalleryType.quickLink: case GalleryType.peopleTag: + case GalleryType.cluster: case GalleryType.magic: return true; case GalleryType.trash: - case GalleryType.cluster: case GalleryType.sharedCollection: case GalleryType.sharedPublicCollection: return false;