Commit 0d5a2d19 authored by fallenstardust's avatar fallenstardust

详情点卡图即可查看大图

parent 68fc6698
......@@ -158,7 +158,7 @@ public class CardDetail extends BaseAdapterPlus.BaseViewHolder {
if (cardInfo == null) return;
mCardInfo = cardInfo;
imageLoader.bindImage(cardImage, cardInfo.Code, null, true);
mImageOpen.setOnClickListener((v) -> {
cardImage.setOnClickListener((v) -> {
PhotoViewActivity.showImage(context, cardInfo.Code, cardInfo.Name);
});
name.setText(cardInfo.Name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment