Update RecyclerView & Groupie
This commit is contained in:
parent
7edef8d5a2
commit
b6b19b474e
8 changed files with 19 additions and 16 deletions
|
|
@ -51,6 +51,6 @@ public abstract class PlayQueueItemTouchCallback extends ItemTouchHelper.SimpleC
|
|||
|
||||
@Override
|
||||
public void onSwiped(final RecyclerView.ViewHolder viewHolder, final int swipeDir) {
|
||||
onSwiped(viewHolder.getAdapterPosition());
|
||||
onSwiped(viewHolder.getBindingAdapterPosition());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue