You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When you call setZoomAnimated() with some parameters and then do it again with exactly the same parameters then the focus is animated from an unexpected point to the target point. I'd expect the animation to not be run if I call setZoomAnimated() twice with the same parameters without changing the zoom or focus in the meantime.
Steps to reproduce
In AnimateZoomActivity you can add this fragment:
When you call
setZoomAnimated()
with some parameters and then do it again with exactly the same parameters then the focus is animated from an unexpected point to the target point. I'd expect the animation to not be run if I callsetZoomAnimated()
twice with the same parameters without changing the zoom or focus in the meantime.Steps to reproduce
In
AnimateZoomActivity
you can add this fragment:Click the image to trigger the animation and then do it again. You'll notice that something is not right.
The text was updated successfully, but these errors were encountered: