Commit e053855e authored by wanglei's avatar wanglei

...

parent da021a46
Pipeline #1403 canceled with stages
...@@ -239,10 +239,10 @@ object AdmobHelper { ...@@ -239,10 +239,10 @@ object AdmobHelper {
loaded: (() -> Unit?)? = null, loaded: (() -> Unit?)? = null,
failed: (() -> Unit?)? = null, failed: (() -> Unit?)? = null,
) { ) {
if (!checkAvailable(INTERSTITIAL_AD_UNIT, true)) { // if (!checkAvailable(INTERSTITIAL_AD_UNIT, true)) {
failed?.invoke() // failed?.invoke()
return // return
} // }
// if (isLoadingInterstitialAd) { // if (isLoadingInterstitialAd) {
// failed?.invoke() // failed?.invoke()
// 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