Skip to content

Commit

Permalink
Merge pull request #34 from Apero-Partner/quanglh/contribute
Browse files Browse the repository at this point in the history
update show ad inter
  • Loading branch information
khactao1994 authored Jun 9, 2023
2 parents 420782c + 62b11fc commit 7355d4e
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 7355d4e

Please sign in to comment.