fix [PDL不能展示战令的弹窗]

This commit is contained in:
zlzw 2024-03-29 14:51:53 +08:00
parent 6172b5ea9a
commit 081a2ee350

View File

@ -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;