You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it checks rewardedAd == null which looks more correct to me.
So it looks like a bug in java example, please fix it.
Thanks.
hannayurkevich
changed the title
A question about rewarded ad load
A bug in java example RewardedVideoExample in rewarded ad load condition
Dec 4, 2024
Hi guys,
I'm investigating the code for rewarded ads load in RewardedVideoExample and I can't get the idea of line 105:
And
rewardedAd != null
check doesn't make sense to me considering thatloadRewardedAd()
method then checks it fornull
:But I suppose this check was added for some reason and I would really appreciate it if someone explain it.
Thanks!
The text was updated successfully, but these errors were encountered: