Avoid conflicting double-tap zoom gestures

This commit is contained in:
ajp_anton
2026-07-27 21:15:26 +00:00
parent 2efd923f7f
commit 0f3b4397f3
@@ -96,6 +96,9 @@ class ZoomImageView @JvmOverloads constructor(
init {
scaleType = ScaleType.MATRIX
// We implement double-tap-and-drag ourselves below. Leaving Android's
// quick-scale enabled makes both handlers modify the same matrix.
scaleDetector.isQuickScaleEnabled = false
}
override fun setImageBitmap(bitmap: Bitmap?) {