Fix being able to drag playlist item above fixed header
This commit is contained in:
parent
9367e120e4
commit
50a8a851d0
1 changed files with 1 additions and 1 deletions
|
|
@ -66,7 +66,7 @@ public class OrderablePlaylistSongAdapter extends PlaylistSongAdapter implements
|
|||
|
||||
@Override
|
||||
public ItemDraggableRange onGetItemDraggableRange(ViewHolder holder, int position) {
|
||||
return null;
|
||||
return new ItemDraggableRange(1, dataSet.size());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue