BelooS / ChipsLayoutManager

ANDROID. ChipsLayoutManager (SpanLayoutManager, FlowLayoutManager). A custom layout manager for RecyclerView which mimicric TextView span behaviour, flow layouts behaviour with support of amazing recyclerView features
Apache License 2.0
3.25k stars 362 forks source link

Showing some weird animation when performing notifyItemChanged() #51

Open ckdevrel opened 6 years ago

ckdevrel commented 6 years ago

I have added multiselect behaviour for the chips item and it works fine. But the problem is some random animations are shown while calling notifyItemChanged(). Please help