Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/NotificationConversationTemplateViewWrapper.kt +3 −2 Original line number Diff line number Diff line Loading @@ -85,10 +85,11 @@ class NotificationConversationTemplateViewWrapper constructor( // This also clears the existing types super.updateTransformedTypes() mTransformationHelper.addTransformedView(TRANSFORMING_VIEW_TITLE, conversationTitleView) addTransformedViews( messagingLinearLayout, appName, conversationTitleView) appName ) setCustomImageMessageTransform(mTransformationHelper, imageMessageContainer) Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/row/wrapper/NotificationConversationTemplateViewWrapper.kt +3 −2 Original line number Diff line number Diff line Loading @@ -85,10 +85,11 @@ class NotificationConversationTemplateViewWrapper constructor( // This also clears the existing types super.updateTransformedTypes() mTransformationHelper.addTransformedView(TRANSFORMING_VIEW_TITLE, conversationTitleView) addTransformedViews( messagingLinearLayout, appName, conversationTitleView) appName ) setCustomImageMessageTransform(mTransformationHelper, imageMessageContainer) Loading