diff --git a/mobile/lib/models/gallery_type.dart b/mobile/lib/models/gallery_type.dart index 893ab302d6..0815e02ea5 100644 --- a/mobile/lib/models/gallery_type.dart +++ b/mobile/lib/models/gallery_type.dart @@ -295,9 +295,6 @@ extension GalleryAppBarExtn on GalleryType { this == GalleryType.hiddenOwnedCollection) { return true; } - if (this == GalleryType.sharedPublicCollection && c!.isEnableCollect()) { - return true; - } if (this == GalleryType.sharedCollection) { return c?.getRole(userID) == CollectionParticipantRole.collaborator; }