Made individual message notification secret

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

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

Loading…
Cancel
Save