mirror of
				https://github.com/yattee/yattee.git
				synced 2025-10-31 04:31:54 +00:00 
			
		
		
		
	Fix tvOS player dismiss animation
This commit is contained in:
		| @@ -123,12 +123,12 @@ extension PlayerViewController: AVPlayerViewControllerDelegate { | ||||
|         true | ||||
|     } | ||||
|  | ||||
|     func playerViewControllerWillBeginDismissalTransition(_: AVPlayerViewController) {} | ||||
|  | ||||
|     func playerViewControllerDidEndDismissalTransition(_: AVPlayerViewController) { | ||||
|     func playerViewControllerWillBeginDismissalTransition(_: AVPlayerViewController) { | ||||
|         dismiss(animated: false) | ||||
|     } | ||||
|  | ||||
|     func playerViewControllerDidEndDismissalTransition(_: AVPlayerViewController) {} | ||||
|  | ||||
|     func playerViewController( | ||||
|         _: AVPlayerViewController, | ||||
|         willBeginFullScreenPresentationWithAnimationCoordinator _: UIViewControllerTransitionCoordinator | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Arkadiusz Fal
					Arkadiusz Fal