修复评论详情徽章显示问题
This commit is contained in:
@ -298,6 +298,8 @@ class RatingReplyAdapter(context: Context,
|
||||
replyNameSpannable = SpanBuilder(replyName).color(mContext, replyEntity.user.name!!.length + 1, replyEntity.user.name!!.length + 4, R.color.text_9a9a9a).build()
|
||||
userName.text = replyNameSpannable
|
||||
}
|
||||
sdvUserBadge.visibility = View.GONE
|
||||
tvBadgeName.visibility = View.GONE
|
||||
} else {
|
||||
userName.text = replyEntity.user.name
|
||||
if (replyEntity.user.badge != null) {
|
||||
|
||||
Reference in New Issue
Block a user