Fixed playlist menu not working.
This commit is contained in:
parent
3d7d69da36
commit
b845139254
1 changed files with 2 additions and 1 deletions
|
|
@ -48,8 +48,9 @@ public class PlaylistSongAdapter extends SongAdapter implements DraggableItemAda
|
|||
switch (menuItem.getItemId()) {
|
||||
case R.id.action_remove_from_playlist:
|
||||
RemoveFromPlaylistDialog.create((ArrayList<PlaylistSong>) (List) selection).show(activity.getSupportFragmentManager(), "ADD_PLAYLIST");
|
||||
break;
|
||||
return;
|
||||
}
|
||||
super.onMultipleItemAction(menuItem, selection);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue