get the Photo Uri of private contacts too
This commit is contained in:
parent
81e5905bf7
commit
1c1a2d2855
3 changed files with 4 additions and 1 deletions
|
|
@ -155,6 +155,7 @@ class MainActivity : SimpleActivity() {
|
|||
conversations.filter { it.title == it.phoneNumber }.forEach { conversation ->
|
||||
privateContacts.firstOrNull { it.phoneNumber == conversation.phoneNumber }?.apply {
|
||||
conversation.title = name
|
||||
conversation.photoUri = photoUri
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue