Fixed showing notification time

pull/185/head
M66B 4 years ago
parent fb4a0af89b
commit 83e62fcfca

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

Loading…
Cancel
Save