Minor PiP improvement

This commit is contained in:
Arkadiusz Fal
2022-08-15 00:53:16 +02:00
parent 561ead0c5a
commit 2edab536a6
2 changed files with 3 additions and 5 deletions

View File

@@ -118,11 +118,11 @@ final class AppleAVPlayerViewController: UIViewController {
extension AppleAVPlayerViewController: AVPlayerViewControllerDelegate {
func playerViewControllerShouldDismiss(_: AVPlayerViewController) -> Bool {
true
false
}
func playerViewControllerShouldAutomaticallyDismissAtPictureInPictureStart(_: AVPlayerViewController) -> Bool {
true
false
}
func playerViewControllerWillBeginDismissalTransition(_: AVPlayerViewController) {