fix #206, solving a glitch with number being shown instead of name
This commit is contained in:
parent
7a6f673e1e
commit
928246eaea
2 changed files with 5 additions and 2 deletions
|
|
@ -431,7 +431,6 @@ class ThreadActivity : SimpleActivity() {
|
|||
participants = if (messages.isEmpty()) {
|
||||
val intentNumbers = getPhoneNumbersFromIntent()
|
||||
val participants = getThreadParticipants(threadId, null)
|
||||
|
||||
fixParticipantNumbers(participants, intentNumbers)
|
||||
} else {
|
||||
messages.first().participants
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue