Artist album changes to card
This commit is contained in:
parent
52dc1d9f22
commit
4fdb336444
3 changed files with 7 additions and 6 deletions
|
@ -65,7 +65,7 @@ class HorizontalAlbumAdapter(
|
|||
}
|
||||
|
||||
override fun getItemViewType(position: Int): Int {
|
||||
return HorizontalAdapterHelper.getItemViewtype(position, itemCount)
|
||||
return HorizontalAdapterHelper.getItemViewType(position, itemCount)
|
||||
}
|
||||
|
||||
override fun getItemCount(): Int {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue