修改okhttp超时时间,.如果数值超过10000-19999的全部统一显示为1.0W-1.9W
This commit is contained in:
@ -445,7 +445,7 @@ public class CommentUtils {
|
||||
holder.commentLikeIv.setImageResource(R.drawable.ic_like_select);
|
||||
}
|
||||
holder.commentLikeCountTv.setVisibility(View.VISIBLE);
|
||||
holder.commentLikeCountTv.setText(String.valueOf(entity.getVote()));
|
||||
holder.commentLikeCountTv.setText(NumberUtils.transSimpleCount(entity.getVote()));
|
||||
}
|
||||
|
||||
//检查是否是自身评论
|
||||
|
||||
Reference in New Issue
Block a user