balysv / material-ripple

Android L Ripple effect wrapper for Views
Apache License 2.0
2.36k stars 479 forks source link

OnLongClick Conflict with OnClick listener. #73

Open faizan321 opened 7 years ago

faizan321 commented 7 years ago

because of using ripple library if i use OnLongClickListener() method its also called OnClickListener() Method.