admin
2021-06-11 ae4dc86b64bd8ef85bc832106741fb98e8d516da
app/src/main/java/com/tejia/lijin/app/ui/trends/Trends2Adapter.java
@@ -39,7 +39,7 @@
    private SendCircleAdapter.CommentClickListener commentClickListener;
    Trends2Adapter(Activity context, String cate, List<TrendsInfo> list, SendCircleAdapter.CommentClickListener commentClickListener) {
    public Trends2Adapter(Activity context, String cate, List<TrendsInfo> list, SendCircleAdapter.CommentClickListener commentClickListener) {
        this.mList = list;
        this.cate = cate;
        this.mContext = context;
@@ -95,6 +95,7 @@
                }
            });
            info.setComment("");
            //评论信息
            if (StringUtils.isNullOrEmpty(info.getComment())) {
                viewHolder.ll_comment_content.setVisibility(View.GONE);