Swipeable-RecyclerView icon indicating copy to clipboard operation
Swipeable-RecyclerView copied to clipboard

Change SwipeBehaviour(for left or right) after recyclerview.setAdapter

Open myaaghubi opened this issue 8 years ago • 1 comments

Hi, is it possible on this library?

myaaghubi avatar Nov 06 '17 19:11 myaaghubi

Sorry for the late response. I'm not sure I understand your intentions. The SwipeConfiguration for a specific position is queried when the onBindViewHolder() method is called, thus it can change over the lifetime of the RecyclerView. If you want to change the behavior of an item that is already displayed however, this is not possible. Also, just a heads up: I'm no longer actively maintaining this library, but if you want to submit a pull request you can still do so and I'll accept it.

taltstidl avatar Nov 14 '17 19:11 taltstidl