1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-03-15 08:29:24 +00:00

Revert "Explicitly auto cancel new messages notification"

This reverts commit fb5967623f.
This commit is contained in:
M66B 2018-09-13 12:42:11 +00:00
parent d119d88aaa
commit 78353a977a

View file

@ -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)