Fixed summary notification channel

This commit is contained in:
M66B 2020-04-17 15:43:31 +02:00
parent 42689191f9
commit 77c0958139
1 changed files with 1 additions and 1 deletions

View File

@ -3065,7 +3065,7 @@ class Core {
// Build notification
NotificationCompat.Builder builder =
new NotificationCompat.Builder(context, "notification")
new NotificationCompat.Builder(context, EntityAccount.getNotificationChannelId(group))
.setSmallIcon(messages.size() > 1
? R.drawable.baseline_mail_more_white_24
: R.drawable.baseline_mail_white_24)