mirror of
https://github.com/yattee/yattee.git
synced 2024-12-22 21:43:41 +00:00
Fix player on tvOS
This commit is contained in:
parent
ccd9c4eb2a
commit
d0e3839040
@ -170,6 +170,7 @@ struct VideoPlayerView: View {
|
||||
|
||||
tvControls
|
||||
}
|
||||
.ignoresSafeArea()
|
||||
.onMoveCommand { direction in
|
||||
if direction == .up || direction == .down {
|
||||
playerControls.show()
|
||||
|
Loading…
Reference in New Issue
Block a user