mirror of
https://github.com/zoriya/react-native-video.git
synced 2026-06-05 11:49:45 +00:00
fix reference self. explicitly
This commit is contained in:
@@ -324,7 +324,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
|
|||||||
"target": self.reactTag
|
"target": self.reactTag
|
||||||
])
|
])
|
||||||
}.catch{_ in }
|
}.catch{_ in }
|
||||||
_videoLoadStarted = true
|
self._videoLoadStarted = true
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user