react-native-tpstreams 1.1.8-dev.0 → 1.1.8-dev.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -265,8 +265,8 @@ class TPStreamsRNPlayerView(context: ThemedReactContext) : FrameLayout(context)
|
|
|
265
265
|
|
|
266
266
|
override fun onDetachedFromWindow() {
|
|
267
267
|
super.onDetachedFromWindow()
|
|
268
|
-
playerView.player = null
|
|
269
268
|
player?.pause()
|
|
269
|
+
playerView.player = null
|
|
270
270
|
}
|
|
271
271
|
|
|
272
272
|
fun releasePlayer() {
|