Fix leaking cursor in Contact Selection list.
This commit is contained in:
parent
4dacf4e342
commit
2e82ee0aaf
1 changed files with 1 additions and 1 deletions
|
@ -163,7 +163,7 @@ public class ContactsCursorLoader extends CursorLoader {
|
|||
|
||||
if (!isCursorListEmpty(contacts)) {
|
||||
cursorList.add(getContactsHeaderCursor());
|
||||
cursorList.addAll(getContactsCursors());
|
||||
cursorList.addAll(contacts);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue