修复评论详情徽章显示问题

This commit is contained in:
张玉久
2020-06-01 11:06:44 +08:00
parent 48842c099b
commit 3ea96d27db

View File

@ -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) {