diff --git a/TMessagesProj/src/main/java/org/telegram/ui/Components/ProfileGalleryView.java b/TMessagesProj/src/main/java/org/telegram/ui/Components/ProfileGalleryView.java index 549b2e2d8..0dd17dd70 100644 --- a/TMessagesProj/src/main/java/org/telegram/ui/Components/ProfileGalleryView.java +++ b/TMessagesProj/src/main/java/org/telegram/ui/Components/ProfileGalleryView.java @@ -998,6 +998,8 @@ public class ProfileGalleryView extends CircularViewPager implements Notificatio item.imageView.setRoundRadius(roundTopRadius, roundTopRadius, roundBottomRadius, roundBottomRadius); item.imageView.setTag(realPosition); + + item.imageView.setOnClickListener(__ -> callback.onClick()); return item; }