[mob][photos] hide "add photos" for deeplinks, will implement after v1
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user