Revert "Made individual message notification secret"

This reverts commit a9bf215695.
pull/172/head
M66B 5 years ago
parent 5a1f124cb4
commit 5abca1603a

@ -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);

Loading…
Cancel
Save