mirror of https://github.com/M66B/FairEmail.git
Simplification
This commit is contained in:
parent
813e74f5b6
commit
4bc057d9bb
|
@ -2057,10 +2057,10 @@ class Core {
|
||||||
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
.setPriority(NotificationCompat.PRIORITY_DEFAULT)
|
||||||
.setCategory(NotificationCompat.CATEGORY_MESSAGE)
|
.setCategory(NotificationCompat.CATEGORY_MESSAGE)
|
||||||
.setVisibility(NotificationCompat.VISIBILITY_PRIVATE)
|
.setVisibility(NotificationCompat.VISIBILITY_PRIVATE)
|
||||||
|
.setGroup(group)
|
||||||
|
.setGroupSummary(false)
|
||||||
.setOnlyAlertOnce(true);
|
.setOnlyAlertOnce(true);
|
||||||
|
|
||||||
mbuilder.setGroup(group).setGroupSummary(false);
|
|
||||||
|
|
||||||
if (notify_trash) {
|
if (notify_trash) {
|
||||||
Intent trash = new Intent(context, ServiceUI.class)
|
Intent trash = new Intent(context, ServiceUI.class)
|
||||||
.setAction("trash:" + message.id)
|
.setAction("trash:" + message.id)
|
||||||
|
|
Loading…
Reference in New Issue