79510559

Date: 2025-03-15 02:52:11
Score: 0.5
Natty:
Report link

Actually, you can avoid rereate. Use this code:

recyclerView.itemAnimator = 
androidx.recyclerview.widget.DefaultItemAnimator().apply {
 supportsChangeAnimations = false 
}
Reasons:
  • Low length (1):
  • Has code block (-0.5):
Posted by: dragonfly