Revert "Explicitly auto cancel new messages notification"

This reverts commit fb5967623f.
pull/125/head
M66B 6 years ago
parent d119d88aaa
commit 78353a977a

@ -294,7 +294,6 @@ public class ServiceSynchronize extends LifecycleService {
.setSmallIcon(R.drawable.baseline_mail_24)
.setContentTitle(getResources().getQuantityString(R.plurals.title_notification_unseen, messages.size(), messages.size()))
.setContentIntent(pi)
.setAutoCancel(true)
.setSound(uri)
.setShowWhen(false)
.setPriority(Notification.PRIORITY_DEFAULT)

Loading…
Cancel
Save