Skip to content

WIP:Don't rely on notifyDataSetChanged recreating the ViewHolders

Julian Dehm requested to merge (removed):fix_group_join_message into master

notifyDataSetChanged does not trigger a recreation of the ViewHolders, it only calls onBindViewHolder.
Signed-off-by: goapunk noobie@goapunks.net

Edited by Julian Dehm

Merge request reports