kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix leaking cursor in Contact Selection list.
rodzic
4dacf4e342
commit
2e82ee0aaf
|
@ -163,7 +163,7 @@ public class ContactsCursorLoader extends CursorLoader {
|
|||
|
||||
if (!isCursorListEmpty(contacts)) {
|
||||
cursorList.add(getContactsHeaderCursor());
|
||||
cursorList.addAll(getContactsCursors());
|
||||
cursorList.addAll(contacts);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue