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
|
|
@ -104,6 +104,7 @@ class ThreadActivity : SimpleActivity() {
|
|||
privateContacts.firstOrNull { it.phoneNumber == participant.phoneNumber }?.apply {
|
||||
senderNumbersToReplace[participant.phoneNumber] = name
|
||||
participant.name = name
|
||||
participant.photoUri = photoUri
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue