添加震动
This commit is contained in:
@@ -421,11 +421,12 @@ class RoomMentorShipFragment(var mRoomInfo: RoomInfoResp?) :
|
||||
if (dialogMentorShip == null) {
|
||||
dialogMentorShip = DialogMentorShip(ActivityUtils.getTopActivity())
|
||||
}
|
||||
dialogMentorShip?.setClickable(true)
|
||||
dialogMentorShip?.show(list, mSignPitBean, walletBean,
|
||||
object : DialogMentorShip.OnItemClickListener {
|
||||
override fun onItemClick(coin: String) {
|
||||
// 触发轻微震动
|
||||
view?.performHapticFeedback(HapticFeedbackConstants.VIRTUAL_KEY)
|
||||
dialogMentorShip?.setClickable(false)
|
||||
|
||||
|
||||
|
||||
MvpPre!!.signCoin(mSignId!!, coin)
|
||||
|
||||
Reference in New Issue
Block a user