forked from mirror/monocles_chat_clean
Sometimes race condition here too? Try no animate
This commit is contained in:
parent
bed5b7202b
commit
d2ef9e3428
1 changed files with 1 additions and 0 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue