Skip to content

Commit

Permalink
Explicitly mark as group conversation for notification
Browse files Browse the repository at this point in the history
  • Loading branch information
moezbhatti committed Jun 12, 2018
1 parent d86e686 commit c41d40c
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -132,6 +132,7 @@ class NotificationManagerImpl @Inject constructor(

val messagingStyle = NotificationCompat.MessagingStyle("Me")
if (conversation.recipients.size >= 2) {
messagingStyle.isGroupConversation = true
messagingStyle.conversationTitle = conversation.getTitle()
}

Expand Down

0 comments on commit c41d40c

Please sign in to comment.