You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to use DiffUtil with MessagesListAdapter, but I am having difficulties.
//this method is in my adapter which extends MessagesListAdapter
public void updateList(IMessage[] newMessages) {
//calculate diff and apply
//MessagesDiffCallback is a simple implementation of DiffCallback
DiffUtil.DiffResult diffResult = DiffUtil.calculateDiff(new MessagesDiffCallback(current, this.items));
diffResult.dispatchUpdatesTo(this);
}
The text was updated successfully, but these errors were encountered:
subzero10
changed the title
MessagesListAdapter - DiffUtil
MessagesListAdapter - work with DiffUtil
Sep 1, 2018
I want to use DiffUtil with MessagesListAdapter, but I am having difficulties.
The text was updated successfully, but these errors were encountered: