Small improvement

This commit is contained in:
M66B 2020-01-10 16:38:38 +01:00
parent eb4b1bd96c
commit 7f92f5692b
1 changed files with 2 additions and 1 deletions

View File

@ -2790,7 +2790,8 @@ class Core {
.setShowWhen(false)
.setDeleteIntent(piClear)
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
.setCategory(NotificationCompat.CATEGORY_STATUS)
.setCategory(notify_summary
? NotificationCompat.CATEGORY_EMAIL : NotificationCompat.CATEGORY_STATUS)
.setVisibility(NotificationCompat.VISIBILITY_PUBLIC)
.setAllowSystemGeneratedContextualActions(false);