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.
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.