Revert "Made individual message notification secret"

This reverts commit a9bf215695.
This commit is contained in:
M66B 2020-01-23 20:52:58 +01:00
parent 5a1f124cb4
commit 5abca1603a
1 changed files with 1 additions and 1 deletions

View File

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