We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c4ec2d commit aa2199aCopy full SHA for aa2199a
1 file changed
RNIronSourceRewardedVideo.js
@@ -32,7 +32,7 @@ const addEventListener = (type, handler) => {
32
// This is a dirty hack that is required by some Ad Networks (Vungle, UnityAds)
33
// It makes 'ironSourceRewardedVideoClosedByUser' and 'ironSourceRewardedVideoAdRewarded'
34
// events order match with all other networks
35
- setTimeout(handler);
+ setTimeout(handler, 250);
36
}));
37
break;
38
default:
0 commit comments