Made individual message notification secret

This commit is contained in:
M66B 2020-01-23 08:27:25 +01:00
parent 2a2c00d819
commit a9bf215695
1 changed files with 1 additions and 1 deletions

View File

@ -2963,7 +2963,7 @@ class Core {
.setDeleteIntent(piIgnore) .setDeleteIntent(piIgnore)
.setPriority(NotificationCompat.PRIORITY_DEFAULT) .setPriority(NotificationCompat.PRIORITY_DEFAULT)
.setCategory(NotificationCompat.CATEGORY_EMAIL) .setCategory(NotificationCompat.CATEGORY_EMAIL)
.setVisibility(NotificationCompat.VISIBILITY_PRIVATE) .setVisibility(NotificationCompat.VISIBILITY_SECRET)
.setOnlyAlertOnce(alert_once) .setOnlyAlertOnce(alert_once)
.setAllowSystemGeneratedContextualActions(false); .setAllowSystemGeneratedContextualActions(false);