|
|
@ -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_SECRET)
|
|
|
|
.setVisibility(NotificationCompat.VISIBILITY_PRIVATE)
|
|
|
|
.setOnlyAlertOnce(alert_once)
|
|
|
|
.setOnlyAlertOnce(alert_once)
|
|
|
|
.setAllowSystemGeneratedContextualActions(false);
|
|
|
|
.setAllowSystemGeneratedContextualActions(false);
|
|
|
|
|
|
|
|
|
|
|
|