签约 充值
This commit is contained in:
@@ -421,8 +421,9 @@ class RoomMentorShipFragment(var mRoomInfo: RoomInfoResp?) :
|
||||
if (dialogMentorShip == null) {
|
||||
dialogMentorShip = DialogMentorShip(ActivityUtils.getTopActivity())
|
||||
}
|
||||
ActivityUtils.getTopActivity()
|
||||
dialogMentorShip?.setClickable(true)
|
||||
dialogMentorShip?.show(list, mSignPitBean, walletBean,
|
||||
dialogMentorShip?.show(mRoomId,list, mSignPitBean, walletBean,
|
||||
object : DialogMentorShip.OnItemClickListener {
|
||||
override fun onItemClick(coin: String) {
|
||||
dialogMentorShip?.setClickable(false)
|
||||
|
||||
Reference in New Issue
Block a user