1
0
Fork 1

Sometimes race condition here too? Try no animate

This commit is contained in:
Arne 2024-11-29 12:47:05 +01:00
parent bed5b7202b
commit d2ef9e3428

View file

@ -1851,6 +1851,7 @@ public class ConversationFragment extends XmppFragment
allUsers.add(u);
}
final String needle = query.toString().toLowerCase(Locale.getDefault());
if (getRecyclerView() != null) getRecyclerView().setItemAnimator(null);
adapter.submitList(
Ordering.natural().immutableSortedCopy(Collections2.filter(
allUsers,