Commit 18613aab authored by wanglei's avatar wanglei

...

parent ce3af306
...@@ -31,6 +31,7 @@ class AdOpenMgr { ...@@ -31,6 +31,7 @@ class AdOpenMgr {
if (adState.showingAd) { if (adState.showingAd) {
showCallBack?.failed() showCallBack?.failed()
adEvent.adShowError("showingAd") adEvent.adShowError("showingAd")
adState.showingAd = false
return return
} }
if (showCallBack != null) { if (showCallBack != null) {
......
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