Commit 6dd20caa authored by wanglei's avatar wanglei

...

parent 589ec952
......@@ -56,13 +56,14 @@ object AdMaxInterstitialUtils {
if (retryAttempt == 2) {
onHidden?.invoke()
customDialog?.dismiss()
}
MainScope().async {
retryAttempt = 0
}else{
interstitialAd?.loadAd()
delay(delayMillis)
}.onAwait
// MainScope().async {
// interstitialAd?.loadAd()
// delay(delayMillis)
// }.onAwait
}
}
override fun onAdDisplayed(p0: MaxAd) {
......
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