mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Fix gesture state
This commit is contained in:
@@ -74,7 +74,7 @@ extension VideoPlayerView {
|
||||
}
|
||||
}
|
||||
|
||||
private func onPlayerDragGestureEnded() {
|
||||
func onPlayerDragGestureEnded() {
|
||||
if horizontalPlayerGestureEnabled, isHorizontalDrag {
|
||||
isHorizontalDrag = false
|
||||
player.seek.onSeekGestureEnd()
|
||||
|
Reference in New Issue
Block a user