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 an animation is in progress from fling or moveTo and similar API methods the animation can not be canceled by the user touching the screen. It will stop however when touching the screen and dragging a minimal distance.
* call cancelFling when the user touches the screen
refactored correctOverpan into method
* check whether a overpan correction was necessary or not (fix)
* revert unnecessary changes
* added onLongClickListener to ColorGridView
* disable longClick detection while we are flinging
* explicitly cancel fling when cancelling animations
markusressel
changed the title
Touch input does not cancel fling or other ongoing animations
Touch input does not cancel ongoing animations
Jun 14, 2020
When an animation is in progress from fling or
moveTo
and similar API methods the animation can not be canceled by the user touching the screen. It will stop however when touching the screen and dragging a minimal distance.This issue was also partly discussed in #85.
The text was updated successfully, but these errors were encountered: