DiffUtill not redraw item in Kotlin
Hey I am working diffutil with kotlin Listadapter. I want to redraw item when list is update, but item is update and it's not redrawing object. I am using kotlin flow list. I tried every piece of code from this
post, but nothing working on my solution.
activity.kt
class ExploreActivity : AppCompatActivity() {
private val binding by lazy { ExploreLayoutBinding.inflate(layoutInflater) }
var exploreAdapter = ExploreAdapter()...