Use notifyItemRangeChange in ConversationListFragment onResume().
Closes #12085
This commit is contained in:
parent
142979ce93
commit
b0be7effe8
1 changed files with 1 additions and 1 deletions
|
@ -328,7 +328,7 @@ public class ConversationListFragment extends MainFragment implements ActionMode
|
|||
}
|
||||
|
||||
if (activeAdapter != null) {
|
||||
activeAdapter.notifyDataSetChanged();
|
||||
activeAdapter.notifyItemRangeChanged(0, activeAdapter.getItemCount());
|
||||
}
|
||||
|
||||
SignalProxyUtil.startListeningToWebsocket();
|
||||
|
|
Loading…
Add table
Reference in a new issue