移除重复点击事件监听
This commit is contained in:
parent
8d984951c3
commit
2e907bc1ed
@ -330,28 +330,6 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
|||||||
ImgLoader.display(getContext(), R.mipmap.icon_arrow_down, iconArrow);
|
ImgLoader.display(getContext(), R.mipmap.icon_arrow_down, iconArrow);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
/**
|
|
||||||
* 礼物图片运营位跳转
|
|
||||||
*/
|
|
||||||
ViewClicksAntiShake.clicksAntiShake(operateImage, new ViewClicksAntiShake.ViewClicksCallBack() {
|
|
||||||
@Override
|
|
||||||
public void onViewClicks() {
|
|
||||||
IMLoginModel userInfo = IMLoginManager.get(mContext).getUserInfo();
|
|
||||||
StringBuffer htmlUrl = new StringBuffer();
|
|
||||||
htmlUrl.append(CommonAppConfig.HOST)
|
|
||||||
.append(liveGiftModel.getOperateUrl())
|
|
||||||
.append(userInfo.getId())
|
|
||||||
.append("&token=")
|
|
||||||
.append(userInfo.getToken())
|
|
||||||
.append("&for");
|
|
||||||
Bundle bundle = new Bundle();
|
|
||||||
bundle.putString("url", htmlUrl.toString());
|
|
||||||
bundle.putInt("height", DeviceUtils.getScreenHeight(getActivity()) / 5 * 3);
|
|
||||||
LiveHDDialogFragment fragment = new LiveHDDialogFragment();
|
|
||||||
fragment.setArguments(bundle);
|
|
||||||
fragment.show(((LiveAudienceActivity) mContext).getSupportFragmentManager(), "LiveHDDialogFragment");
|
|
||||||
}
|
|
||||||
});
|
|
||||||
/**
|
/**
|
||||||
* 礼物图片运营位跳转
|
* 礼物图片运营位跳转
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user