Fixes FS#135: condition NOT message.isRead() added to check if notification should be shown for a message

This commit is contained in:
steckbrief 2016-02-13 21:08:28 +01:00
parent 6a2c1a0dd5
commit d2cafe58fa

View file

@ -455,7 +455,7 @@ public class MessageParser extends AbstractParser implements
&& ConversationsPlusPreferences.autoDownloadFileLink()
&& mXmppConnectionService.isDownloadAllowedInConnection()) {
manager.createNewDownloadConnection(message);
} else if (!message.isRead()) {
} else {
if (query == null) {
mXmppConnectionService.getNotificationService().push(message);
} else if (query.getWith() == null) { // mam catchup