This commit is contained in:
Francesco 2025-06-02 09:35:58 +02:00
parent 0962fd15d1
commit a81db75fd9

View file

@ -1797,8 +1797,6 @@ class CustomMediaPlayerViewController: UIViewController, UIGestureRecognizerDele
wasPlayingBeforeBackground = player.rate > 0
if isPipAutoEnabled && AVPictureInPictureController.isPictureInPictureSupported() {
startPipIfNeeded()
} else {
player.pause()
}
}