Fix conversation duplication glitch
This commit is contained in:
parent
e0787d7c83
commit
48ebef6420
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ fun Context.getMessages(
|
|||
val thread = cursor.getLongValue(Sms.THREAD_ID)
|
||||
val subscriptionId = cursor.getIntValue(Sms.SUBSCRIPTION_ID)
|
||||
val status = cursor.getIntValue(Sms.STATUS)
|
||||
val participants = senderNumber.split(getAddressSeparator().toRegex()).map { number ->
|
||||
val participants = senderNumber.split(getAddressSeparator()).map { number ->
|
||||
val phoneNumber = PhoneNumber(number, 0, "", number)
|
||||
val participantPhoto = getNameAndPhotoFromPhoneNumber(number)
|
||||
SimpleContact(0, 0, participantPhoto.name, photoUri, arrayListOf(phoneNumber), ArrayList(), ArrayList())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue