Merge branch 'master' of github.com:react-native-video/react-native-video into type-event-dispatcher-with-protocol

This commit is contained in:
Igor Tironi
2022-06-15 11:01:24 -07:00
13 changed files with 212 additions and 218 deletions

View File

@@ -64,7 +64,7 @@ class RCTPlayerObserver: NSObject {
removePlayerLayerObserver()
}
didSet {
if playerLayer == nil {
if playerLayer != nil {
addPlayerLayerObserver()
}
}