Fixed a bug where the favorites playlist would not show the heart icon when initially added. Brought back the "Tag editor" label to the song tag editor.

This commit is contained in:
Karim Abou Zeid 2015-08-23 23:21:40 +02:00
commit 178dd04286
3 changed files with 8 additions and 0 deletions

View file

@ -64,6 +64,7 @@ public class PlaylistAdapter extends AbsMultiSelectAdapter<PlaylistAdapter.ViewH
public void swapDataSet(ArrayList<Playlist> dataSet) {
this.dataSet = dataSet;
favoritePlaylistId = MusicUtil.getFavoritesPlaylist(activity).id;
notifyDataSetChanged();
}