Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/people/PeopleHubNotificationListener.kt +1 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ private fun NotificationEntry.extractPerson(): PersonModel? { return null } val clickIntent = sbn.notification.contentIntent ?: return null val extras = sbn.notification.extras val name = extras.getString(Notification.EXTRA_CONVERSATION_TITLE) ?: extras.getString(Notification.EXTRA_TITLE) Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/people/PeopleHubNotificationListener.kt +1 −0 Original line number Diff line number Diff line Loading @@ -181,6 +181,7 @@ private fun NotificationEntry.extractPerson(): PersonModel? { return null } val clickIntent = sbn.notification.contentIntent ?: return null val extras = sbn.notification.extras val name = extras.getString(Notification.EXTRA_CONVERSATION_TITLE) ?: extras.getString(Notification.EXTRA_TITLE) Loading