Explicitly enable notification when

pull/187/head
M66B 5 years ago
parent 0154ecfa41
commit 5c7a1cade1

@ -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…
Cancel
Save