Commit e053855e authored by wanglei's avatar wanglei

...

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