1
0
mirror of https://github.com/yattee/yattee.git synced 2024-12-14 14:20:32 +05:30

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 tvControls
} }
.ignoresSafeArea()
.onMoveCommand { direction in .onMoveCommand { direction in
if direction == .up || direction == .down { if direction == .up || direction == .down {
playerControls.show() playerControls.show()