Make sure "stacked notifications" are silent

This commit is contained in:
cketti 2021-07-31 20:02:18 +02:00
parent 58a7b362ae
commit 2ef430565d

View file

@ -26,6 +26,7 @@ class WearNotifications extends BaseNotifications {
int notificationId = holder.notificationId;
NotificationContent content = holder.content;
NotificationCompat.Builder builder = createBigTextStyleNotification(account, holder, notificationId);
builder.setNotificationSilent();
PendingIntent deletePendingIntent = actionCreator.createDismissMessagePendingIntent(
context, content.messageReference, holder.notificationId);