mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Minor changes
This commit is contained in:
@@ -315,7 +315,7 @@ struct VideoPlayerView: View {
|
||||
.onMoveCommand { direction in
|
||||
if direction == .up {
|
||||
playerControls.show()
|
||||
} else if direction == .down, !playerControls.presentingControlsOverlay {
|
||||
} else if direction == .down, !playerControls.presentingControlsOverlay, !playerControls.presentingControls {
|
||||
withAnimation(PlayerControls.animation) {
|
||||
playerControls.presentingControlsOverlay = true
|
||||
}
|
||||
|
Reference in New Issue
Block a user