[mob][photos] Surface hide within person cluster

This commit is contained in:
laurenspriem
2024-10-17 15:30:12 +05:30
parent f2849b3daf
commit cc1332856d
2 changed files with 4 additions and 4 deletions

View File

@@ -204,15 +204,15 @@ extension GalleyTypeExtension on GalleryType {
case GalleryType.locationTag:
case GalleryType.quickLink:
case GalleryType.magic:
case GalleryType.peopleTag:
case GalleryType.cluster:
return true;
case GalleryType.hiddenSection:
case GalleryType.peopleTag:
case GalleryType.hiddenOwnedCollection:
case GalleryType.localFolder:
case GalleryType.trash:
case GalleryType.favorite:
case GalleryType.cluster:
case GalleryType.sharedCollection:
return false;
}

View File

@@ -59,12 +59,12 @@ class FileSelectionActionsWidget extends StatefulWidget {
const FileSelectionActionsWidget(
this.type,
this.selectedFiles, {
Key? key,
super.key,
this.collection,
this.person,
this.clusterID,
this.deviceCollection,
}) : super(key: key);
});
@override
State<FileSelectionActionsWidget> createState() =>