消息webView下载跳转自带浏览器,分享卡片修复图片混乱

This commit is contained in:
khy
2016-11-18 18:32:21 +08:00
parent 1917462ea3
commit 88bb8949dd
4 changed files with 42 additions and 17 deletions

View File

@ -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()));