Fix build error
This commit is contained in:
parent
06e0bdf333
commit
676c0a444c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ class PlaylistAdapter(
|
||||||
private fun getIconRes(): Drawable = TintHelper.createTintedDrawable(
|
private fun getIconRes(): Drawable = TintHelper.createTintedDrawable(
|
||||||
activity,
|
activity,
|
||||||
R.drawable.ic_playlist_play,
|
R.drawable.ic_playlist_play,
|
||||||
ATHUtil.resolveColor(activity, R.attr.colorControlNormal)
|
ATHUtil.resolveColor(activity, android.R.attr.colorControlNormal)
|
||||||
)
|
)
|
||||||
|
|
||||||
override fun getItemCount(): Int {
|
override fun getItemCount(): Int {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue