```rvDetailPaging.apply { itemAnimator = null ...
# android
r
Copy code
rvDetailPaging.apply {
    itemAnimator = null
    layoutManager = StaggeredGridLayoutManager(2, StaggeredGridLayoutManager.VERTICAL)
    adapter = videoThemeAdapter.withLoadStateFooter(
        VideoStatusLoadStateAdapter(videoThemeAdapter::retry)
    )
    itemAnimator?.changeDuration = 0
}
i want to disabled animation when dataset changes this doesnt work. help please