update notification after message correction

This commit is contained in:
Daniel Gultsch 2016-02-23 16:15:23 +01:00
parent 0298f0181e
commit 34f2a63190
1 changed files with 1 additions and 0 deletions

View File

@ -411,6 +411,7 @@ public class MessageParser extends AbstractParser implements
replacedMessage.markUnread();
}
mXmppConnectionService.updateMessage(replacedMessage, uuid);
mXmppConnectionService.getNotificationService().updateNotification(false);
if (mXmppConnectionService.confirmMessages() && remoteMsgId != null && !isForwarded && !isTypeGroupChat) {
sendMessageReceipts(account, packet);
}