修复活动banner快速点击会多次打开的问题
This commit is contained in:
parent
92ec8a3044
commit
32832654ef
@ -175,6 +175,7 @@ public class LiveGameDialogFragment extends AbsDialogFragment {
|
|||||||
// view.loadUrl("javascript:window.androidObject.setHeight(document.body.clientHeight,document.body.clientWidth)");
|
// view.loadUrl("javascript:window.androidObject.setHeight(document.body.clientHeight,document.body.clientWidth)");
|
||||||
if (listener != null) {
|
if (listener != null) {
|
||||||
listener.onShow(LiveGameDialogFragment.this.getDialog());
|
listener.onShow(LiveGameDialogFragment.this.getDialog());
|
||||||
|
listener = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
@ -180,6 +180,7 @@ public class LiveHDDialogFragment extends AbsDialogFragment {
|
|||||||
view.loadUrl("javascript:window.androidObject.setHeight(document.body.clientHeight,document.body.clientWidth)");
|
view.loadUrl("javascript:window.androidObject.setHeight(document.body.clientHeight,document.body.clientWidth)");
|
||||||
if (listener != null) {
|
if (listener != null) {
|
||||||
listener.onShow(LiveHDDialogFragment.this.getDialog());
|
listener.onShow(LiveHDDialogFragment.this.getDialog());
|
||||||
|
listener = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user