mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-12 10:49:06 +01:00
Remove notification about private messages when viewing messages
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user