fix [PDL不能展示战令的弹窗]
This commit is contained in:
parent
6172b5ea9a
commit
081a2ee350
@ -85,6 +85,10 @@ public class OpenAdManager {
|
|||||||
|
|
||||||
private static long showTime=0;
|
private static long showTime=0;
|
||||||
public synchronized void show(int type, boolean isGuard) {
|
public synchronized void show(int type, boolean isGuard) {
|
||||||
|
if(true){
|
||||||
|
//潘多拉不需要彈窗
|
||||||
|
return;
|
||||||
|
}
|
||||||
if (list == null) {
|
if (list == null) {
|
||||||
init(true);
|
init(true);
|
||||||
return;
|
return;
|
||||||
|
Loading…
Reference in New Issue
Block a user