Simplification

pull/157/head
M66B 5 years ago
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…
Cancel
Save