调整礼物栏触碰事件拦截
This commit is contained in:
parent
bec031688e
commit
b6732adfd2
@ -3,6 +3,7 @@ package com.yunbao.live.dialog;
|
|||||||
import static com.yunbao.common.CommonAppConfig.isGetNewWrap;
|
import static com.yunbao.common.CommonAppConfig.isGetNewWrap;
|
||||||
import static com.yunbao.common.utils.RouteUtil.PATH_COIN;
|
import static com.yunbao.common.utils.RouteUtil.PATH_COIN;
|
||||||
|
|
||||||
|
import android.annotation.SuppressLint;
|
||||||
import android.app.Dialog;
|
import android.app.Dialog;
|
||||||
import android.content.DialogInterface;
|
import android.content.DialogInterface;
|
||||||
import android.graphics.Color;
|
import android.graphics.Color;
|
||||||
@ -141,7 +142,7 @@ public class LiveGiftPopup extends AbsDialogFragment {
|
|||||||
Bus.getOff(this);
|
Bus.getOff(this);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
@SuppressLint("ClickableViewAccessibility")
|
||||||
private void initView() {
|
private void initView() {
|
||||||
gitBackground = mRootView.findViewById(R.id.git_background2);
|
gitBackground = mRootView.findViewById(R.id.git_background2);
|
||||||
contextLayoutGift = mRootView.findViewById(R.id.context_layout_gift);
|
contextLayoutGift = mRootView.findViewById(R.id.context_layout_gift);
|
||||||
|
Loading…
Reference in New Issue
Block a user