Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On long click the ripple completes but onRippleCompletedListener is never called #129

Open
silent10 opened this issue May 11, 2017 · 0 comments

Comments

@silent10
Copy link

silent10 commented May 11, 2017

On long click, while still the finger is pressed on an image button the ripple completes but the onRippleCompletedListener is not called. After the image button is released the OnClickListener is called.
Ripple stays in the android default behavior of long clicks on Image Buttons but in RippleEffect the ripple completes while the finger is still on image button and onRippleCompletedListener is never called. So, ripple should stay there as long as the button is pressed and the onRippleCompletedListener should be called after the finger is released.
Can you fix this?

@silent10 silent10 changed the title On long click the ripple completes but onRippleCompletedListener is not called On long click the ripple completes but onRippleCompletedListener is never called May 11, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant