update notification after message correction

This commit is contained in:
Daniel Gultsch 2016-02-23 16:15:23 +01:00
parent 0298f0181e
commit 34f2a63190

View file

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