[IOS ADS] Fix missing self in closure

This commit is contained in:
Axel Vencatareddy 2022-11-17 12:24:49 +01:00
parent 9386955ab0
commit 73dde32cce

View File

@ -310,7 +310,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
self.setAutomaticallyWaitsToMinimizeStalling(self._automaticallyWaitsToMinimizeStalling)
}
if _adTagUrl != nil {
if self._adTagUrl != nil {
// Set up your content playhead and contentComplete callback.
self._contentPlayhead = IMAAVPlayerContentPlayhead(avPlayer: self._player!)