Code fixes
This commit is contained in:
parent
c23c56649e
commit
f02888113e
4 changed files with 10 additions and 14 deletions
|
@ -60,7 +60,7 @@ open class SongAdapter(
|
|||
}
|
||||
|
||||
override fun getItemId(position: Int): Long {
|
||||
return dataSet[position].id.toLong()
|
||||
return dataSet[position].id
|
||||
}
|
||||
|
||||
override fun onCreateViewHolder(parent: ViewGroup, viewType: Int): ViewHolder {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue