Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b687bc21 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Null-check notif chan when ident people notifs" into rvc-dev

parents 1c31514a b17ee6c1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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
        }