Skip to content
Snippets Groups Projects
Commit 8eba4a48 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy Committed by Geoffrey Métais
Browse files

Fix conflicts with master

parent 450b0e10
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ public class PlaylistActivity extends AudioPlayerContainerActivity implements IE
}
}
});
mAdapter = new AudioBrowserAdapter(MediaLibraryItem.TYPE_MEDIA, this);
mAdapter = new AudioBrowserAdapter(MediaLibraryItem.TYPE_MEDIA, this,false, true);
mItemTouchHelper = new ItemTouchHelper(new SwipeDragItemTouchHelperCallback(mAdapter));
mItemTouchHelper.attachToRecyclerView(mBinding.songs);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment