Artist album changes to card

This commit is contained in:
Hemanth S 2020-10-12 22:58:39 +05:30
parent 52dc1d9f22
commit 4fdb336444
3 changed files with 7 additions and 6 deletions

View file

@ -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 {