A channel was implemented with firebase recycler adapter. Every time the data on the channel changes, channel's cell becomes shiny. Is there any way to prevent this?
try this.
in your initialize recyclerview
((SimpleItemAnimator) myRecyclerView.getItemAnimator()).setSupportsChangeAnimations(false);