mirror of
https://github.com/SimpleMobileTools/Simple-SMS-Messenger.git
synced 2025-02-17 20:20:53 +01:00
Merge pull request #679 from wilsonrc/fix/675-refresh-cache-reply
[ISSUE-675] update last conversation message after replying from notification.
This commit is contained in:
commit
9942fb788a
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user