Made the artist info string prettier.
This commit is contained in:
parent
82085fccbb
commit
9c84d59d89
2 changed files with 1 additions and 4 deletions
|
|
@ -93,9 +93,6 @@ public class ArtistAdapter extends AbsMultiSelectAdapter<ArtistAdapter.ViewHolde
|
|||
public void onBindViewHolder(@NonNull final ViewHolder holder, int position) {
|
||||
final Artist artist = dataSet.get(position);
|
||||
|
||||
// final int defaultBarColor = PhonographColorUtil.resolveColor(activity, R.attr.default_bar_color);
|
||||
// setColors(defaultBarColor, holder);
|
||||
|
||||
boolean isChecked = isChecked(artist);
|
||||
holder.itemView.setActivated(isChecked);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue