diff --git a/app/src/main/java/com/futo/platformplayer/views/behavior/GestureControlView.kt b/app/src/main/java/com/futo/platformplayer/views/behavior/GestureControlView.kt index 4b39b1cd..7e2a223d 100644 --- a/app/src/main/java/com/futo/platformplayer/views/behavior/GestureControlView.kt +++ b/app/src/main/java/com/futo/platformplayer/views/behavior/GestureControlView.kt @@ -388,8 +388,8 @@ class GestureControlView : LinearLayout { return Math.max(width / w, height / h) } - private val _snapTranslationTolerance = 0.04f; - private val _snapZoomTolerance = 0.04f; + private val _snapTranslationTolerance = 0.1f; + private val _snapZoomTolerance = 0.1f; private fun willSnapFill(): Boolean { val surfaceView = _surfaceView