Loading src/com/android/contacts/drawer/DrawerAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -336,8 +336,8 @@ public class DrawerAdapter extends BaseAdapter { } private void notifyChangeAndRebuildList() { notifyDataSetChanged(); rebuildItemsList(); notifyDataSetChanged(); } public void setSelectedContactsView(ContactsView contactsView) { Loading Loading
src/com/android/contacts/drawer/DrawerAdapter.java +1 −1 Original line number Diff line number Diff line Loading @@ -336,8 +336,8 @@ public class DrawerAdapter extends BaseAdapter { } private void notifyChangeAndRebuildList() { notifyDataSetChanged(); rebuildItemsList(); notifyDataSetChanged(); } public void setSelectedContactsView(ContactsView contactsView) { Loading