Commit 24be3ec9 authored by shenpc's avatar shenpc

清除页面时去掉广告页面判断

parent 1328a494
...@@ -123,9 +123,9 @@ public final class TopOnAdLoadManager { ...@@ -123,9 +123,9 @@ public final class TopOnAdLoadManager {
|| errorMsg.contains("Vungle is already playing different ad")) || errorMsg.contains("Vungle is already playing different ad"))
) { ) {
statAfterShowError(showAdBean); statAfterShowError(showAdBean);
OutHelp.get().cleanAllActivity(); /* OutHelp.get().cleanAllActivity();
LogUtil.d(TAG + "去播放 doWork 333"); LogUtil.d(TAG + "去播放 doWork 333");
OutAdManager.get().doWork(ActionFrom.ACTION_UNKNOWN, false); OutAdManager.get().doWork(ActionFrom.ACTION_UNKNOWN, false);*/
} else { } else {
topOnInterstitialAdLoad.destroy(adUnitId); topOnInterstitialAdLoad.destroy(adUnitId);
callInterstitialCloseAd(); callInterstitialCloseAd();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment