Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/people/PeopleNotificationIdentifier.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/people/PeopleNotificationIdentifier.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 } Loading