Skip to content

Commit

Permalink
Merge branch 'Apero-Partner:develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tuanvucourse committed Jun 10, 2023
2 parents 83e13e4 + 7355d4e commit 6f6a889
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions MobileAds/AdMob/Manager/AdMobManager+Interstitial.swift
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ extension AdMobManager: GADFullScreenContentDelegate {
self?.showIntertitial(unitId: unitId, blockWillDismiss: blockWillDismiss, blockDidDismiss: blockDidDismiss)
} else {
blockWillDismiss?()
blockDidDismiss?()
}
}
return
Expand Down Expand Up @@ -109,6 +110,7 @@ extension AdMobManager: GADFullScreenContentDelegate {
} else {
createAdInterstitialIfNeed(unitId: unitId)
blockWillDismiss?()
blockDidDismiss?()
}
}

Expand Down

0 comments on commit 6f6a889

Please sign in to comment.