Fix leaking cursor in Contact Selection list.

This commit is contained in:
Fumiaki Yoshimatsu 2021-02-19 16:59:10 -05:00 committed by Cody Henthorne
parent 4dacf4e342
commit 2e82ee0aaf

View file

@ -163,7 +163,7 @@ public class ContactsCursorLoader extends CursorLoader {
if (!isCursorListEmpty(contacts)) {
cursorList.add(getContactsHeaderCursor());
cursorList.addAll(getContactsCursors());
cursorList.addAll(contacts);
}
}