Riccardo Moro
Riccardo Moro
@akashpathak Hi, yes, that makes perfect sense I'll add it in the next release
Hi! Thanks for using this library! Try to remove this four lines .setDismissOnLongPressStop(true) .setDismissOnTouchOutside(true) .setDismissOnBackPressed(true) .setCancelTouchOnDragOutsideView(true) If I understood correctly, the behaviour you're trying to achieve is the default of...
I guess that if you just set .setDismissOnLongPressStop(true) the result is the same right?
Mmm I can see that you did this -> .setDismissOnLongPressStop(false) Now I'm not sure what you're trying to achieve.. You want the popup to be dismissed when the long press...
You've also tried to set it to true but without the other setters? (Like it's now, but with true instead of false)
I've tried to replicate what happened to you, but if I paste the exact configuration ( the one without the setters and the one just with .setDismissOnLongPressStop(true) ) and it...
@MahdiPishguy What is the parent of the RecyclerView? is there some custom touch-handling logic inside it?
This is very strange... Later I'll try to replicate your issue using a layout just like yours
Hi @akashpathak Sorry if I didn't answer before. Can you please post your recycler item layout? Also, can you give me the drawable you've been using? Thanks
For now only ANIMATION_TYPE_NO_ANIMATION ANIMATION_TYPE_FROM_LEFT ANIMATION_TYPE_FROM_RIGHT ANIMATION_TYPE_FROM_TOP ANIMATION_TYPE_FROM_BOTTOM ANIMATION_TYPE_FROM_CENTER are valid animations, there's no support for custom ones