Page MenuHomePhabricator

[native] account for reactions in message item height methods
AbandonedPublic

Authored by ginsu on Dec 5 2022, 6:21 PM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 28 2024, 2:13 AM
Unknown Object (File)
Mar 28 2024, 2:07 AM
Unknown Object (File)
Mar 11 2024, 9:33 PM
Unknown Object (File)
Mar 11 2024, 9:33 PM
Unknown Object (File)
Mar 7 2024, 12:54 PM
Unknown Object (File)
Mar 7 2024, 8:53 AM
Unknown Object (File)
Mar 5 2024, 1:26 AM
Unknown Object (File)
Feb 27 2024, 10:53 AM
Subscribers

Details

Reviewers
atul
rohan
tomek
Summary

Previously we were not considering reactions so this would create an incorrect height measurement. This would cause the animation when the InlineSidebar would get rendered to be glitchy


Depends on D5813
Linear Task: ENG-2048

Test Plan

Before the changes I was getting this error message in my logs; however, after the changes the error message went away

Screenshot 2022-12-05 at 9.34.38 PM.png (1×3 px, 939 KB)

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ginsu requested review of this revision.Dec 5 2022, 6:30 PM
ginsu edited the test plan for this revision. (Show Details)
ginsu added reviewers: atul, rohan, tomek.

It might be a good idea to see what happens when someone else reacts when an overlay is visible.

This revision is now accepted and ready to land.Dec 7 2022, 12:01 PM

Abandoning because merged this diff with D5812