mirror of
https://gitlab.futo.org/videostreaming/grayjay.git
synced 2025-04-20 03:24:50 +00:00
Video zoom increase tolerances
This commit is contained in:
parent
2fd0a9a41d
commit
e533eb7778
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue