Fixed FC when selecting shuffle playlist from the menu for smart playlists
This commit is contained in:
parent
f76fc040c7
commit
b5d889c5e1
2 changed files with 6 additions and 2 deletions
|
|
@ -45,6 +45,10 @@ public abstract class AbsPlaylistSongAdapter<S extends Song> extends AbsMultiSel
|
|||
notifyDataSetChanged();
|
||||
}
|
||||
|
||||
public ArrayList<S> getDataSet(){
|
||||
return dataSet;
|
||||
}
|
||||
|
||||
protected int getMultiSelectMenuRes() {
|
||||
return R.menu.menu_playlists_songs_selection;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue