adding Leak Canary

This commit is contained in:
tibbi
2017-12-18 12:21:41 +01:00
parent 027005986b
commit bb18218c0a
4 changed files with 17 additions and 0 deletions

View File

@ -55,6 +55,7 @@ class ContactsHelper(val activity: BaseSimpleActivity) {
selection += " AND ${ContactsContract.RawContacts.ACCOUNT_NAME} IN ($questionMarks)"
selectionArgs += sources.toTypedArray()
}
val sortOrder = getSortString()
var cursor: Cursor? = null
try {