签约 1.1
This commit is contained in:
@@ -101,7 +101,6 @@ class RoomMentorShipWheatView : BaseWheatView {
|
||||
mIvRipple.visibility = VISIBLE
|
||||
mTvName.text = bean.nickname
|
||||
ImageUtils.loadHeadCC(bean.avatar, mRiv)
|
||||
mCharmView.visibility = VISIBLE
|
||||
|
||||
if (TextUtils.isEmpty(bean.dress)) {
|
||||
mIvFrame.stopAll()
|
||||
@@ -119,7 +118,6 @@ class RoomMentorShipWheatView : BaseWheatView {
|
||||
|
||||
private fun handleOffState(bean: RoomPitBean) {
|
||||
mTvName.text = pitNumberText
|
||||
mCharmView.visibility = GONE
|
||||
mRiv.visibility = VISIBLE
|
||||
mRiv.setImageResource(com.xscm.moduleutil.R.mipmap.room_ic_wheat_default)
|
||||
mIvShutup.visibility = GONE
|
||||
|
||||
Reference in New Issue
Block a user