Aman Kumar

Results 2 comments of Aman Kumar

Use it like this. Hope this will help you. This is for right open, change is accordingly... ``` if (position == selectedPos && itemHolder.swipeLayout.isRightOpen()){ itemHolder.swipeLayout.close(true); } ``` and in onswipe...