Commit ca388152 authored by xujialang's avatar xujialang

调整锁屏显示外展方法的调用位置

parent b1584330
......@@ -118,6 +118,9 @@ public final class TopOnAdLoadManager {
LogUtil.d(TAG, "AdInterstitialCallBack onAdDisplayFailed adUnitId =" + adUnitId + ", errorMsg=" + errorMsg);
flagLoadMap.put(adUnitId, true);
//恢复设置
OutHelp.get().setShowLock(false);
boolean isReady = topOnInterstitialAdLoad.isReady(adUnitId);
if (isReady
&& !TextUtils.isEmpty(errorMsg)
......
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