Made individual message notification secret

pull/172/head
M66B 5 years ago
parent 2a2c00d819
commit a9bf215695

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

Loading…
Cancel
Save