mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-19 14:19:53 +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);
|
eventBus.addListener(this);
|
||||||
loadContactAndGroup();
|
loadContactAndGroup();
|
||||||
loadHeaders();
|
loadHeaders();
|
||||||
|
|
||||||
|
// remove the notification for this conversation since we see it now
|
||||||
|
notificationManager.clearPrivateMessageNotification(contactId);
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user