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
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?
The text was updated successfully, but these errors were encountered:
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
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?
The text was updated successfully, but these errors were encountered: