| | |
| | | |
| | | 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; |
| | |
| | | } |
| | | }); |
| | | |
| | | info.setComment(""); |
| | | //评论信息 |
| | | if (StringUtils.isNullOrEmpty(info.getComment())) { |
| | | viewHolder.ll_comment_content.setVisibility(View.GONE); |