Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0017a81a authored by Wenyi Wang's avatar Wenyi Wang Committed by android-build-merger
Browse files

Merge "Build list items first and then notify data set changed" into ub-contactsdialer-i-dev

am: 80c81e95

Change-Id: Ifedb5a15b537985803402d27bd9a72cd6f2ae700
parents 7865c5b8 80c81e95
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -336,8 +336,8 @@ public class DrawerAdapter extends BaseAdapter {
    }

    private void notifyChangeAndRebuildList() {
        notifyDataSetChanged();
        rebuildItemsList();
        notifyDataSetChanged();
    }

    public void setSelectedContactsView(ContactsView contactsView) {