PullToDismissTransition icon indicating copy to clipboard operation
PullToDismissTransition copied to clipboard

[Fix] The "jumping" bug

Open mgray88 opened this issue 5 years ago • 0 comments

As noted in the #2, stopPullToDismiss is called twice (when progress is zero, but also because handlePan is called again with panGestureRecognizer.state equal to .ended) and so UIPercentDrivenInteractiveTransition.cancel() is called twice.

Fixes #2

mgray88 avatar Feb 06 '20 17:02 mgray88