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

Commit 80c81e95 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents 51625ff3 70f291c4
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) {