Revert "test"

This reverts commit a81db75fd9.
This commit is contained in:
Francesco 2025-06-03 18:05:38 +02:00
parent 469d8d854e
commit fc452fe77b

View file

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