Ravi Sorathiya
10/21/2021, 7:03 AMrvDetailPaging.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