kopia lustrzana https://github.com/ryukoposting/Signal-Android
Fix create bubble conversation notification.
rodzic
d9c9ae8dae
commit
79200c82da
|
@ -362,6 +362,7 @@ object NotificationFactory {
|
|||
setSmallIcon(R.drawable.ic_notification)
|
||||
setColor(ContextCompat.getColor(context, R.color.core_ultramarine))
|
||||
setCategory(NotificationCompat.CATEGORY_MESSAGE)
|
||||
setGroup(MessageNotifierV2.NOTIFICATION_GROUP)
|
||||
setChannelId(conversation.getChannelId(context))
|
||||
setContentTitle(conversation.getContentTitle(context))
|
||||
setLargeIcon(conversation.getContactLargeIcon(context).toLargeBitmap(context))
|
||||
|
|
Ładowanie…
Reference in New Issue