mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 01:36:55 +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)
|
.setSmallIcon(R.drawable.baseline_mail_white_24)
|
||||||
.setContentIntent(piContent)
|
.setContentIntent(piContent)
|
||||||
.setWhen(message.received)
|
.setWhen(message.received)
|
||||||
|
.setShowWhen(true)
|
||||||
.setDeleteIntent(piIgnore)
|
.setDeleteIntent(piIgnore)
|
||||||
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
||||||
.setCategory(NotificationCompat.CATEGORY_EMAIL)
|
.setCategory(NotificationCompat.CATEGORY_EMAIL)
|
||||||
|
|
Loading…
Reference in a new issue