Avoid resetting conversation name
This commit is contained in:
parent
9dc5b30e80
commit
83cdf0f623
4 changed files with 17 additions and 7 deletions
|
|
@ -67,7 +67,7 @@ class SmsReceiver : BroadcastReceiver() {
|
|||
|
||||
val conversation = context.getConversations(threadId).firstOrNull() ?: return@ensureBackgroundThread
|
||||
try {
|
||||
context.conversationsDB.insertOrUpdate(conversation)
|
||||
context.insertOrUpdateConversation(conversation)
|
||||
} catch (ignored: Exception) {
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue