Minor PiP improvement

This commit is contained in:
Arkadiusz Fal
2022-08-15 00:53:16 +02:00
parent 465b046203
commit f9ea2b6688
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) {