Skip to content

Commit

Permalink
Remove unnecessary property update (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
waliid authored Mar 13, 2024
1 parent 8b030d9 commit 5b48717
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Sources/Player/UserInterface/BasicSystemVideoView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,6 @@ struct BasicSystemVideoView: UIViewControllerRepresentable {
func makeUIViewController(context: Context) -> AVPlayerViewController {
let controller = AVPlayerViewController()
controller.allowsPictureInPicturePlayback = false
#if os(tvOS)
controller.playbackControlsIncludeInfoViews = true
#endif
return controller
}

Expand Down

0 comments on commit 5b48717

Please sign in to comment.