Commit 122c2dcc authored by shenpc's avatar shenpc

fix bug

parent 31717d99
...@@ -261,8 +261,6 @@ public class OutAdManager extends BaseOutShowManager { ...@@ -261,8 +261,6 @@ public class OutAdManager extends BaseOutShowManager {
LogUtil.d(TAG + ">>>播放广告<<< =============>>> END 不能播放广告"); LogUtil.d(TAG + ">>>播放广告<<< =============>>> END 不能播放广告");
LogUtil.d(TAG); LogUtil.d(TAG);
OutHelp.get().setShowLock(false);
//能否预加载广告 //能否预加载广告
boolean adCanLoad = canShowByScene && adTimesNoExceed && !adReady; boolean adCanLoad = canShowByScene && adTimesNoExceed && !adReady;
if (adCanLoad) { if (adCanLoad) {
......
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