What\'s Happening:
The list (RecyclerView) is mixing up the data when I scroll.
(RecyclerView)
I.E when I scr
Just add
override fun getItemViewType(position: Int): Int { return position }