mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-06-05 21:49:22 +02:00
update last conversation message after replying from notification.
#ISSUE-675
This commit is contained in:
@@ -44,6 +44,8 @@ class DirectReplyReceiver : BroadcastReceiver() {
|
||||
if (message != null) {
|
||||
context.messagesDB.insertOrUpdate(message)
|
||||
messageId = message.id
|
||||
|
||||
context.updateLastConversationMessage(threadId)
|
||||
}
|
||||
} catch (e: Exception) {
|
||||
context.showErrorToast(e)
|
||||
|
Reference in New Issue
Block a user