Merge "Null-check notif chan when ident people notifs" into rvc-dev am: b687bc21e1
Change-Id: I69a2a687b7e974e5f0165d3d395378536ce65fa4
This commit is contained in:
@@ -83,7 +83,7 @@ class PeopleNotificationIdentifierImpl @Inject constructor(
|
||||
|
||||
private val Ranking.personTypeInfo
|
||||
get() = when {
|
||||
channel.isImportantConversation -> TYPE_IMPORTANT_PERSON
|
||||
channel?.isImportantConversation == true -> TYPE_IMPORTANT_PERSON
|
||||
isConversation -> TYPE_PERSON
|
||||
else -> TYPE_NON_PERSON
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user