Skip to content

Commit

Permalink
Merge pull request #679 from wilsonrc/fix/675-refresh-cache-reply
Browse files Browse the repository at this point in the history
[ISSUE-675] update last conversation message after replying from notification.
  • Loading branch information
tibbi authored Jul 8, 2023
2 parents 6540fe2 + e3bf854 commit 9942fb7
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9942fb7

Please sign in to comment.