Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/SingleLineViewInflater.kt +1 −5 Original line number Diff line number Diff line Loading @@ -244,7 +244,7 @@ internal object SingleLineViewInflater { return SingleIcon(null) } val userKey = user.getKeyOrName() var conversationIcon: Icon? = null var conversationIcon: Icon? = shortcutIcon var conversationText: CharSequence? = conversationTitle val groups = groupMessages(messages, historicMessages) Loading @@ -253,10 +253,6 @@ internal object SingleLineViewInflater { if (!isGroupConversation) { // Conversation is one-to-one, load the single icon // Let's resolve the icon / text from the last sender if (shortcutIcon != null) { conversationIcon = shortcutIcon } for (i in messages.lastIndex downTo 0) { val message = messages[i] val sender = message.senderPerson Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/SingleLineViewInflater.kt +1 −5 Original line number Diff line number Diff line Loading @@ -244,7 +244,7 @@ internal object SingleLineViewInflater { return SingleIcon(null) } val userKey = user.getKeyOrName() var conversationIcon: Icon? = null var conversationIcon: Icon? = shortcutIcon var conversationText: CharSequence? = conversationTitle val groups = groupMessages(messages, historicMessages) Loading @@ -253,10 +253,6 @@ internal object SingleLineViewInflater { if (!isGroupConversation) { // Conversation is one-to-one, load the single icon // Let's resolve the icon / text from the last sender if (shortcutIcon != null) { conversationIcon = shortcutIcon } for (i in messages.lastIndex downTo 0) { val message = messages[i] val sender = message.senderPerson Loading