mirror of
https://github.com/M66B/FairEmail.git
synced 2025-03-20 02:45:30 +00:00
Made message notifications private again
This commit is contained in:
parent
1e992c6741
commit
263a412329
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ public class ServiceSynchronize extends LifecycleService {
|
|||
.setDeleteIntent(piDelete)
|
||||
.setPriority(Notification.PRIORITY_DEFAULT)
|
||||
.setCategory(Notification.CATEGORY_MESSAGE)
|
||||
.setVisibility(Notification.VISIBILITY_SECRET)
|
||||
.setVisibility(Notification.VISIBILITY_PRIVATE)
|
||||
.setGroup(BuildConfig.APPLICATION_ID)
|
||||
.setGroupSummary(false)
|
||||
.addAction(actionSeen.build())
|
||||
|
|
Loading…
Add table
Reference in a new issue