1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-20 10:55:29 +00:00

Made message notifications private again

This commit is contained in:
M66B 2018-11-06 17:06:42 +00:00
parent 1e992c6741
commit 263a412329

View file

@ -501,7 +501,7 @@ public class ServiceSynchronize extends LifecycleService {
.setDeleteIntent(piDelete) .setDeleteIntent(piDelete)
.setPriority(Notification.PRIORITY_DEFAULT) .setPriority(Notification.PRIORITY_DEFAULT)
.setCategory(Notification.CATEGORY_MESSAGE) .setCategory(Notification.CATEGORY_MESSAGE)
.setVisibility(Notification.VISIBILITY_SECRET) .setVisibility(Notification.VISIBILITY_PRIVATE)
.setGroup(BuildConfig.APPLICATION_ID) .setGroup(BuildConfig.APPLICATION_ID)
.setGroupSummary(false) .setGroupSummary(false)
.addAction(actionSeen.build()) .addAction(actionSeen.build())