Fix gesture state

This commit is contained in:
Arkadiusz Fal
2022-08-29 17:58:40 +02:00
parent ba07c410f5
commit e9df94256c
2 changed files with 5 additions and 1 deletions

View File

@@ -74,7 +74,7 @@ extension VideoPlayerView {
}
}
private func onPlayerDragGestureEnded() {
func onPlayerDragGestureEnded() {
if horizontalPlayerGestureEnabled, isHorizontalDrag {
isHorizontalDrag = false
player.seek.onSeekGestureEnd()