Fix create bubble conversation notification.

fork-5.53.8
Cody Henthorne 2021-06-14 16:51:18 -04:00
rodzic d9c9ae8dae
commit 79200c82da
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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))