File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change 3
3
### next
4
4
5
5
* Fix loading package resolved videos when using video-caching [ #1438 ] ( https://github.com/react-native-community/react-native-video/pull/1438 )
6
+ * Fix "message sent to deallocated instance" crash on ios [ #1482 ] ( https://github.com/react-native-community/react-native-video/pull/1482 )
6
7
7
8
### Version 4.3.0
8
9
* Fix iOS video not displaying after switching source [ #1395 ] ( https://github.com/react-native-community/react-native-video/pull/1395 )
Original file line number Diff line number Diff line change @@ -202,6 +202,7 @@ - (void)dealloc
202
202
[self removePlayerLayer ];
203
203
[self removePlayerItemObservers ];
204
204
[_player removeObserver: self forKeyPath: playbackRate context: nil ];
205
+ [_player removeObserver: self forKeyPath: externalPlaybackActive context: nil ];
205
206
}
206
207
207
208
#pragma mark - App lifecycle handlers
You can’t perform that action at this time.
0 commit comments