Commit 19ed27f3 authored by wanglei's avatar wanglei

...

parent 04cc3ee4
...@@ -116,6 +116,7 @@ class AdInsertMgr { ...@@ -116,6 +116,7 @@ class AdInsertMgr {
if (!LimitUtils.isAdShow(AdsType.INSERT, adEvent)) { if (!LimitUtils.isAdShow(AdsType.INSERT, adEvent)) {
this.showCallBack?.close(4) this.showCallBack?.close(4)
this.showCallBack = null this.showCallBack = null
adState.onAdLoadFailed()
return return
} }
} }
......
...@@ -112,6 +112,7 @@ class AdOpenMgr { ...@@ -112,6 +112,7 @@ class AdOpenMgr {
if (!LimitUtils.isAdShow(AdsType.OPEN, adEvent)) { if (!LimitUtils.isAdShow(AdsType.OPEN, adEvent)) {
this.showCallBack?.close() this.showCallBack?.close()
this.showCallBack = null this.showCallBack = null
adState.onAdLoadFailed()
return return
} }
} }
......
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