mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 03:09:04 +01:00
Merge branch '195-remove-notification-when-viewing' into 'master'
Fix notifications for current conversation * Remove notification about private messages when viewing the conversation * Do not show a notification for a conversation the user is viewing Closes #195 See merge request !61
This commit is contained in:
@@ -14,6 +14,10 @@ public interface AndroidNotificationManager extends Service {
|
||||
|
||||
void clearPrivateMessageNotification(ContactId c);
|
||||
|
||||
void blockPrivateMessageNotification(ContactId c);
|
||||
|
||||
void unblockPrivateMessageNotification(ContactId c);
|
||||
|
||||
void showForumPostNotification(GroupId g);
|
||||
|
||||
void clearForumPostNotification(GroupId g);
|
||||
|
||||
Reference in New Issue
Block a user