mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-08 18:13:24 +02:00
Revert "Made individual message notification secret"
This reverts commit a9bf215695.
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user