-
Notifications
You must be signed in to change notification settings - Fork 34
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
Item not dragging properly left & right enabled #5
Comments
omkar-tenkale
changed the title
setOnActionsListener is not called
Item not dragging properly left & right enabled
Mar 27, 2021
Temperory fix Set
after calling layout.close(); But these variables are private so couldn't extend class and override close method So just copy pasted whole code to another class with modified onClose method as follows
Issue could be reproduced with above layout and by setting listener
|
I have same issue |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Strange behavior
Item not dragging properly
I've enabled both left and right swipe
But when item is swiped left,right swipe becomes too hard (After 4-5 attempts i can swipe right otherwise the draggable view just stays fixed at its position) and when swiped right left swipe becomes too hard
The text was updated successfully, but these errors were encountered: