mirror of
https://github.com/ouchadam/small-talk.git
synced 2025-02-18 05:00:53 +01:00
using the same group alert behaviour for the summary
This commit is contained in:
parent
c7da6c1663
commit
671913fd69
@ -70,6 +70,10 @@ class NotificationFactory(
|
|||||||
smallIcon = R.drawable.ic_notification_small_icon,
|
smallIcon = R.drawable.ic_notification_small_icon,
|
||||||
contentIntent = openAppIntent,
|
contentIntent = openAppIntent,
|
||||||
groupId = GROUP_ID,
|
groupId = GROUP_ID,
|
||||||
|
groupAlertBehavior = deviceMeta.whenPOrHigher(
|
||||||
|
block = { Notification.GROUP_ALERT_SUMMARY },
|
||||||
|
fallback = { null }
|
||||||
|
),
|
||||||
isGroupSummary = true,
|
isGroupSummary = true,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user