Merge pull request #712 from hjubb/dev

Fix muted notification dismissal
pull/719/head
Niels Andriesse 4 years ago committed by GitHub
commit 9fb644f734
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -284,8 +284,9 @@ public class DefaultMessageNotifier implements MessageNotifier {
sendMultipleThreadNotification(context, notificationState, signal);
} else if (notificationState.getMessageCount() > 0){
sendSingleThreadNotification(context, notificationState, signal, false);
} else {
cancelActiveNotifications(context);
}
cancelOrphanedNotifications(context, notificationState);
updateBadge(context, notificationState.getMessageCount());

Loading…
Cancel
Save