mirror of
https://github.com/yattee/yattee.git
synced 2024-12-23 05:53:41 +00:00
Fix player on tvOS
This commit is contained in:
parent
ccd9c4eb2a
commit
d0e3839040
@ -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()
|
||||||
|
Loading…
Reference in New Issue
Block a user