Fix notifications triggering too often.

fork-5.53.8
Greyson Parrelli 2018-08-14 20:19:25 -07:00
rodzic b79748bbb1
commit 10a790df88
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -305,6 +305,7 @@ public class MessageNotifier {
builder.setContentIntent(notifications.get(0).getPendingIntent(context));
builder.setGroup(NOTIFICATION_GROUP);
builder.setDeleteIntent(notificationState.getDeleteIntent(context));
builder.setOnlyAlertOnce(!signal);
long timestamp = notifications.get(0).getTimestamp();
if (timestamp != 0) builder.setWhen(timestamp);
@ -347,6 +348,7 @@ public class MessageNotifier {
builder.setMostRecentSender(notifications.get(0).getIndividualRecipient());
builder.setGroup(NOTIFICATION_GROUP);
builder.setDeleteIntent(notificationState.getDeleteIntent(context));
builder.setOnlyAlertOnce(!signal);
long timestamp = notifications.get(0).getTimestamp();
if (timestamp != 0) builder.setWhen(timestamp);