-
Notifications
You must be signed in to change notification settings - Fork 2.7k
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
In recyclerview other rows should get closed when we swipe open any row #541
Comments
You should use SwipeItemRecyclerMangerImpl |
how to use SwipeItemRecyclerMangerImpl? |
发自我的荣耀手机
|
谢谢,已收到
|
已收到
|
想创业,开网店,低投资,高收入,叫你月月赚翻,美滋滋。本店诚招代理商,包教包会。QQ:2020633271旺旺:梦凌love13
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am implementing swipe layout in comment listing (recyclerview) where i want to give option of edit and delete the comment. so i want to close other comments edit/delete option when user tries to edit/delete one comment.
I have maintained a flag and calling swipeLayout.open(true) and swipeLayout.close(true) methods programmatically but its not fully working as expected.
The text was updated successfully, but these errors were encountered: