adding some crashfixes
This commit is contained in:
parent
4c3543c7e6
commit
4a57000d9a
3 changed files with 5 additions and 4 deletions
|
|
@ -901,9 +901,9 @@ class ThreadActivity : SimpleActivity() {
|
|||
if (participant.name == it.normalizedNumber) {
|
||||
participant.name = number
|
||||
}
|
||||
number
|
||||
PhoneNumber(number, 0, "", number)
|
||||
} else {
|
||||
it
|
||||
PhoneNumber(it.normalizedNumber, 0, "", it.normalizedNumber)
|
||||
}
|
||||
} as ArrayList<PhoneNumber>
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue