Merge "Transition the conversation title from the hybrid notification" into sc-dev

This commit is contained in:
Jeff DeCew
2021-05-21 13:35:25 +00:00
committed by Android (Google) Code Review

View File

@@ -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)