fix #206, solving a glitch with number being shown instead of name

This commit is contained in:
tibbi 2021-12-25 18:37:47 +01:00
parent 7a6f673e1e
commit 928246eaea
2 changed files with 5 additions and 2 deletions

View file

@ -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