Closed Piuma37 closed 7 years ago
have you already solved this please?
Hi, I'm not sure I understand the question very well. Are you referring to over-scroll effect listeners, or the recycler-view's listeners for items swiping and dragging?
The former can be removed by assigning null
. As for the latter, I suppose the answer is currently no -- seeing that the concrete ItemTouchHelper
isn't made available by my API.
@Piuma37 I'd be happy to assist if you'd be more specific as per my question from aug 19. Thanks!
Is it possible to disable the overscroll listeners if not needed anymore? I've tried attatching a null recycler to the itemTouchHelper with no result.