Commit 3052d304 authored by linfeng's avatar linfeng

bug修复

parent 890691b0
......@@ -53,6 +53,8 @@ public class DiscoveryRecommendAdapter extends BaseQuickAdapter<DiscoveryRecomme
}
});
GlideManager.getInstance(mContext).loadRoundImage2(body.getImages().get(0).getOurl(), (ImageView) helper.getView(R.id.iv_icon_pat),8);
}
helper.setText(R.id.tv_title, body.getText());
......
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