Made message notifications private again

pull/146/head
M66B 6 years ago
parent 1e992c6741
commit 263a412329

@ -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…
Cancel
Save