Fix player on tvOS

This commit is contained in:
Arkadiusz Fal 2022-08-06 16:38:43 +02:00
parent ccd9c4eb2a
commit d0e3839040

View File

@ -170,6 +170,7 @@ struct VideoPlayerView: View {
tvControls
}
.ignoresSafeArea()
.onMoveCommand { direction in
if direction == .up || direction == .down {
playerControls.show()