"Clicking on message notifications doesn't mark the messages as read" fixed

pull/81/head
Ryan ZHAO 4 years ago
parent ea0ba98722
commit 3710be72fd

@ -311,6 +311,7 @@ public class MessageNotifier {
builder.setDeleteIntent(notificationState.getDeleteIntent(context));
builder.setOnlyAlertOnce(!signal);
builder.setGroupAlertBehavior(NotificationCompat.GROUP_ALERT_SUMMARY);
builder.setAutoCancel(true);
long timestamp = notifications.get(0).getTimestamp();
if (timestamp != 0) builder.setWhen(timestamp);

Loading…
Cancel
Save