mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-24 21:15:48 +00:00
Use notifyItemRangeChange in ConversationListFragment onResume().
Closes #12085
This commit is contained in:
@@ -328,7 +328,7 @@ public class ConversationListFragment extends MainFragment implements ActionMode
|
||||
}
|
||||
|
||||
if (activeAdapter != null) {
|
||||
activeAdapter.notifyDataSetChanged();
|
||||
activeAdapter.notifyItemRangeChanged(0, activeAdapter.getItemCount());
|
||||
}
|
||||
|
||||
SignalProxyUtil.startListeningToWebsocket();
|
||||
|
||||
Reference in New Issue
Block a user