1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-01-03 13:44:40 +00:00

Show when for summary notification

This commit is contained in:
M66B 2019-08-03 14:09:40 +02:00
parent 6b7b8e50b8
commit 16942e2487

View file

@ -2075,7 +2075,6 @@ class Core {
.setContentTitle(title)
.setContentIntent(piSummary)
.setNumber(messages.size())
.setShowWhen(false)
.setDeleteIntent(piClear)
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
.setCategory(NotificationCompat.CATEGORY_STATUS)