Commit 70d4ee44 authored by xujialang's avatar xujialang

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

parent 1328a494
...@@ -75,6 +75,8 @@ public final class TopOnAdLoadManager { ...@@ -75,6 +75,8 @@ public final class TopOnAdLoadManager {
countAdShowTimes(adData); countAdShowTimes(adData);
stateAfterShow(adData); stateAfterShow(adData);
//恢复设置
OutHelp.get().setShowLock(false);
//深夜模式,会自动关闭广告 //深夜模式,会自动关闭广告
if (DeepNight.checkDeepNightRunning()) { if (DeepNight.checkDeepNightRunning()) {
......
...@@ -112,8 +112,6 @@ public class DxActivity extends BaseActivity { ...@@ -112,8 +112,6 @@ public class DxActivity extends BaseActivity {
super.onDestroy(); super.onDestroy();
DxManager.get().removeActivity(this); DxManager.get().removeActivity(this);
OutHelp.get().setShowLock(false);
} }
@Override @Override
......
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