This commit is contained in:
Niels Andriesse
2019-09-12 09:59:15 +10:00
parent 3b242e7435
commit 52b55652c8
6 changed files with 37 additions and 48 deletions

View File

@@ -2101,10 +2101,8 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
Context context = ConversationActivity.this;
List<MarkedMessageInfo> messageIds = DatabaseFactory.getThreadDatabase(context).setRead(params[0], false);
// Only notify on private chats
if (!getRecipient().isGroupRecipient()) {
MessageNotifier.updateNotification(context);
}
// Only send notifications for private chats
if (!getRecipient().isGroupRecipient()) { MessageNotifier.updateNotification(context); }
MarkReadReceiver.process(context, messageIds);