EddyVerbruggen / nativescript-admob

NativeScript plugin to earn some precious :moneybag::moneybag: with ads by Google AdMob
MIT License
69 stars 26 forks source link

Android Rewarded ads onRewardedVideoAdLoaded bug fix #52

Closed NicholasSmilovic closed 5 years ago

NicholasSmilovic commented 5 years ago

When attempting to preload a second video ad the preloadRewardedVideoAd promise was not resolving correctly. It seemed to be firing the first onRewardedVideoAdLoaded listener instead.

EddyVerbruggen commented 5 years ago

Thanks!