Merge "Transition the conversation title from the hybrid notification" into sc-dev am: 4a3d83078e

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14664699

Change-Id: Ic1778aa24e6fc6898ef6efcb384d5c3fb95fadb6
This commit is contained in:
Jeff DeCew
2021-05-21 13:56:01 +00:00
committed by Automerger Merge Worker

View File

@@ -85,10 +85,11 @@ class NotificationConversationTemplateViewWrapper constructor(
// This also clears the existing types // This also clears the existing types
super.updateTransformedTypes() super.updateTransformedTypes()
mTransformationHelper.addTransformedView(TRANSFORMING_VIEW_TITLE, conversationTitleView)
addTransformedViews( addTransformedViews(
messagingLinearLayout, messagingLinearLayout,
appName, appName
conversationTitleView) )
setCustomImageMessageTransform(mTransformationHelper, imageMessageContainer) setCustomImageMessageTransform(mTransformationHelper, imageMessageContainer)