Merge "Build list items first and then notify data set changed" into ub-contactsdialer-i-dev
diff --git a/src/com/android/contacts/drawer/DrawerAdapter.java b/src/com/android/contacts/drawer/DrawerAdapter.java
index 54cd669..fcb41c6 100644
--- a/src/com/android/contacts/drawer/DrawerAdapter.java
+++ b/src/com/android/contacts/drawer/DrawerAdapter.java
@@ -336,8 +336,8 @@
}
private void notifyChangeAndRebuildList() {
- notifyDataSetChanged();
rebuildItemsList();
+ notifyDataSetChanged();
}
public void setSelectedContactsView(ContactsView contactsView) {