Fix player on tvOS

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

View File

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