Reputation: 3469
It seems ListAdapter with AsyncDifferConfig
and DiffUtil
does not work properly when a RecyclerView has header itemview implemetation, the list always start to display items at bottom upon calling submitList()
. Is there a way to use ListAdapter with header itemview? This is the only possible solution that I saw upon researching and it seems that very little is known on this issue. Is there other way or standard way that Android provides to solve this problem?
Upvotes: 1
Views: 425