Closed kenargo closed 4 years ago
That's a limitation of the ItemTouchHelper
. But according to stackOverflow the best approach is to do: https://stackoverflow.com/a/32159154
Otherwise I think if you would be able to access protected methods from it, it would be done by calling this method with null
I'd like to programmatically close the swipe panel after the user has performed and action but I haven't found a way to do that currently.