mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-25 17:27:00 +00:00
Explicitly enable notification when
This commit is contained in:
parent
0154ecfa41
commit
5c7a1cade1
1 changed files with 1 additions and 0 deletions
|
@ -3767,6 +3767,7 @@ class Core {
|
|||
.setSmallIcon(R.drawable.baseline_mail_white_24)
|
||||
.setContentIntent(piContent)
|
||||
.setWhen(message.received)
|
||||
.setShowWhen(true)
|
||||
.setDeleteIntent(piIgnore)
|
||||
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
||||
.setCategory(NotificationCompat.CATEGORY_EMAIL)
|
||||
|
|
Loading…
Reference in a new issue