1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-04 06:20:26 +00:00

Fixed summary notification channel

This commit is contained in:
M66B 2020-04-17 15:43:31 +02:00
parent 42689191f9
commit 77c0958139

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)