fix: profile avatar click

This commit is contained in:
xtaodada 2023-01-01 17:52:45 +08:00
parent 9fe7882753
commit 7eb3019c06
Signed by: xtaodada
GPG Key ID: 4CBB3F4FA8C85659

View File

@ -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;
}