update last conversation message after replying from notification.
#ISSUE-675
This commit is contained in:
parent
6540fe2aa7
commit
e3bf8541df
1 changed files with 2 additions and 0 deletions
|
|
@ -44,6 +44,8 @@ class DirectReplyReceiver : BroadcastReceiver() {
|
||||||
if (message != null) {
|
if (message != null) {
|
||||||
context.messagesDB.insertOrUpdate(message)
|
context.messagesDB.insertOrUpdate(message)
|
||||||
messageId = message.id
|
messageId = message.id
|
||||||
|
|
||||||
|
context.updateLastConversationMessage(threadId)
|
||||||
}
|
}
|
||||||
} catch (e: Exception) {
|
} catch (e: Exception) {
|
||||||
context.showErrorToast(e)
|
context.showErrorToast(e)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue