fix bugs.
This commit is contained in:
@@ -69,9 +69,10 @@ class RoomMentorShipWheatView : BaseWheatView {
|
||||
"9" -> {
|
||||
if (bean.user_id != "0") {
|
||||
mCharmView.visibility = VISIBLE
|
||||
mTvName.visibility = GONE
|
||||
hostTv?.visibility = VISIBLE
|
||||
mTvName.visibility = VISIBLE
|
||||
hostTv?.visibility = GONE
|
||||
hostTv?.text = bean.nickname
|
||||
mTvName?.text = bean.nickname
|
||||
} else {
|
||||
mTvName.visibility = VISIBLE
|
||||
mCharmView.visibility = GONE
|
||||
|
||||
Reference in New Issue
Block a user