updating commons

This commit is contained in:
tibbi
2021-04-05 21:15:19 +02:00
parent f2ee812339
commit b8f0457494
7 changed files with 7 additions and 7 deletions

View File

@ -74,7 +74,7 @@ class CallManager {
callback(callContact)
} else {
Handler(Looper.getMainLooper()).post {
val privateCursor = context.getMyContactsCursor()?.loadInBackground()
val privateCursor = context.getMyContactsCursor(false, true)?.loadInBackground()
ensureBackgroundThread {
val privateContacts = MyContactsContentProvider.getSimpleContacts(context, privateCursor)
val privateContact = privateContacts.firstOrNull { it.doesContainPhoneNumber(callContact.number) }