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