mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix PiP close on Mac
This commit is contained in:
@@ -28,6 +28,7 @@ struct PlayerBackendView: View {
|
||||
{
|
||||
AppleAVPlayerView()
|
||||
} else if !avPlayerUsesSystemControls ||
|
||||
player.playingInPictureInPicture ||
|
||||
player.avPlayerBackend.isStartingPiP
|
||||
{
|
||||
AppleAVPlayerLayerView()
|
||||
|
Reference in New Issue
Block a user