xabaras/RecyclerViewSwipeDecorator

Depreciated

Closed this issue · 1 comments

After upgrading to the Androidx version, the method is showing as Depreciated. I cannot tell if this is my issue, or yours.

I am relatively new to Android Programming, so I apologize if this is a silly issue.

image

Sure, It is correctly shown as deprecated, you should use the constructor below, which doesn't take context as a parameter but uses the one from the RecyclerView itself:

public Builder(Canvas canvas, RecyclerView recyclerView, RecyclerView.ViewHolder viewHolder, float dX, float dY, int actionState, boolean isCurrentlyActive)