Update RCTVideo.swift
Prevents a crash in my case: https://github.com/react-native-video/react-native-video/issues/2723#issuecomment-1336130120
This commit is contained in:
parent
50705336ba
commit
fffe9731c7
@ -652,7 +652,7 @@ class RCTVideo: UIView, RCTVideoPlayerViewControllerDelegate, RCTPlayerObserverH
|
|||||||
|
|
||||||
if _controls {
|
if _controls {
|
||||||
let viewController:UIViewController! = self.reactViewController()
|
let viewController:UIViewController! = self.reactViewController()
|
||||||
viewController.addChild(_playerViewController)
|
viewController?.addChild(_playerViewController)
|
||||||
self.addSubview(_playerViewController.view)
|
self.addSubview(_playerViewController.view)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user