消息webView下载跳转自带浏览器,分享卡片修复图片混乱
This commit is contained in:
@ -480,7 +480,7 @@ public class MessageDetailAdapter extends RecyclerView.Adapter<RecyclerView.View
|
||||
return;
|
||||
}
|
||||
finalCommentEntity.setVote(finalCommentEntity.getVote() + 1);
|
||||
PostCommentUtils.addCommentVoto(finalCommentEntity.getId(), mContext, null);
|
||||
PostCommentUtils.addCommentVote(finalCommentEntity.getId(), mContext, null);
|
||||
holder.commentLikeCountTv.setTextColor(mContext.getResources().getColor(R.color.theme));
|
||||
holder.commentLikeIv.setImageResource(R.drawable.comment_like_select);
|
||||
holder.commentLikeCountTv.setText(String.valueOf(finalCommentEntity.getVote()));
|
||||
|
||||
Reference in New Issue
Block a user