HomePhabricator
Diffusion Comm 956243bbe4ae

[native] update dummyNodeForTextMessageHeightMeasurement to use dummy inline…

Description

[native] update dummyNodeForTextMessageHeightMeasurement to use dummy inline engagement component

Summary:
This diff adds the dummy inline engagement component to the text message dummy node, so that we can correctly measure text messages with an inline engagement. A subsequent diff will handle updating the heightMeasurerKey for text messages

Depends on D8629

Test Plan:
Confirmed that the incorrect height measurement log was no longer in the console. Also double checked in the inspector that I was getting the correct height measurements for both dummy nodes

Before:

Screenshot 2023-07-25 at 3.53.31 PM.png (1×3 px, 1 MB)

After:

Screenshot 2023-07-25 at 4.30.32 PM.png (1×3 px, 1 MB)

Reviewers: atul, kamil, ashoat, tomek

Reviewed By: tomek

Subscribers: ashoat, tomek

Differential Revision: https://phab.comm.dev/D8630

Details