Properly start contact view intent
This commit is contained in:
parent
c25cfa7588
commit
51f9662820
4 changed files with 39 additions and 41 deletions
|
|
@ -283,7 +283,7 @@ class ThreadAdapter(
|
|||
val contact = message.participants.first()
|
||||
context.getContactFromAddress(contact.phoneNumbers.first().normalizedNumber) {
|
||||
if (it != null) {
|
||||
(activity as ThreadActivity).startContactDetailsIntent(it)
|
||||
activity.startContactDetailsIntent(it)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue