In recyclerview other rows should get closed when we swipe open any row
Author: nishu3389Created Nov 22, 2019Updated Aug 12, 2024
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.
Source: daimajia/AndroidSwipeLayout