chthai64/SwipeRevealLayout

How to programmatically set all view as swiped (opened )

MrThiago opened this issue · 2 comments

I want to have a button where it would set all the rows in the RecyclerAdapter as swiped right.
Show a hidden button on the right?
Thanks

@MrThiago found anything related your question ?

Keep a list of all the active rows and then have a function that will loop that list and deactivate them.