Video zoom increase tolerances

This commit is contained in:
Kelvin 2024-01-17 12:15:17 +01:00
parent 2fd0a9a41d
commit e533eb7778

View file

@ -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