expo-libvlc-player 7.0.17 → 7.0.18

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.
@@ -530,6 +530,7 @@ class LibVlcPlayerView: ExpoView {
530
530
 
531
531
  func resetPictureInPicture() {
532
532
  guard let player = mediaPlayer,
533
+ !player.isPlaying,
533
534
  let videoTrack = player.videoTracks.first(where: { track in track.isSelected })
534
535
  else { return }
535
536
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "expo-libvlc-player",
3
- "version": "7.0.17",
3
+ "version": "7.0.18",
4
4
  "description": "LibVLC Player for Expo",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",