Skip to content

Commit

Permalink
fix: add additional size to AdMob flexible banner #349
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinPostindustria committed Feb 2, 2022
1 parent 8282228 commit 1e6a2d6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ class FlexibleAdMobBannerFragment : AdMobBannerFragment() {
AdSize(width, height),
mediationUtils
)
adUnit?.addAdditionalSizes(AdSize(728, 90))
adUnit?.setRefreshInterval(refreshDelay)
return adUnit
}
Expand Down

0 comments on commit 1e6a2d6

Please sign in to comment.