Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f54e2ced authored by Jeff DeCew's avatar Jeff DeCew
Browse files

Transition the conversation title from the hybrid notification

Fixes: 188819086
Test: manual
Change-Id: Idc728bf200d4d1e099b7464f8f114612c9f99ad1
parent 551a988b
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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)