Use notifyItemRangeChange in ConversationListFragment onResume().

Closes #12085
fork-5.53.8
clauz9 2022-03-21 01:41:48 +02:00 zatwierdzone przez Greyson Parrelli
rodzic 142979ce93
commit b0be7effe8
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -328,7 +328,7 @@ public class ConversationListFragment extends MainFragment implements ActionMode
}
if (activeAdapter != null) {
activeAdapter.notifyDataSetChanged();
activeAdapter.notifyItemRangeChanged(0, activeAdapter.getItemCount());
}
SignalProxyUtil.startListeningToWebsocket();