Make sure "stacked notifications" are silent
This commit is contained in:
parent
58a7b362ae
commit
2ef430565d
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue