Closed FooIbar closed 7 months ago
I believe this is caused by
https://github.com/saket/telephoto/blob/1749177719156efe8ed5a7ce8fa15b7f54778f8c/zoomable/src/commonMain/kotlin/me/saket/telephoto/zoomable/internal/transformable.kt#L197-L199
where changes from different pointers are added to the same VelocityTracker
.
https://github.com/saket/telephoto/assets/118464521/746bc90b-0dbf-4889-b588-5beabd046894
[
VelocityTrackerAddPointsFix
](https://developer.android.com/reference/kotlin/androidx/compose/ui/input/pointer/util/package-summary#VelocityTrackerAddPointsFix()) is enabled by default since Compose UI1.7.0-alpha02
. Currently we set this flag to false as a workaround, but it will be removed in the future.Related bug: https://issuetracker.google.com/269487059