Revert "Show when for summary notification"

This reverts commit 16942e2487.
This commit is contained in:
M66B 2019-08-04 08:39:38 +02:00
parent 3cb8ffd0cd
commit 08d4d9e851
1 changed files with 1 additions and 0 deletions

View File

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