Remove notification about private messages when viewing messages

This commit is contained in:
Torsten Grote
2016-01-13 15:18:21 -02:00
parent 4be5b44a41
commit a1bfe00f1b

View File

@@ -124,6 +124,9 @@ public class ConversationActivity extends BriarActivity
eventBus.addListener(this);
loadContactAndGroup();
loadHeaders();
// remove the notification for this conversation since we see it now
notificationManager.clearPrivateMessageNotification(contactId);
}
@Override