mirror of
https://github.com/signalapp/Signal-Android.git
synced 2025-12-26 14:09:58 +00:00
Fix leaking cursor in Contact Selection list.
This commit is contained in:
committed by
Cody Henthorne
parent
4dacf4e342
commit
2e82ee0aaf
@@ -163,7 +163,7 @@ public class ContactsCursorLoader extends CursorLoader {
|
||||
|
||||
if (!isCursorListEmpty(contacts)) {
|
||||
cursorList.add(getContactsHeaderCursor());
|
||||
cursorList.addAll(getContactsCursors());
|
||||
cursorList.addAll(contacts);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user