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
F4947079: D5815.diff
Wed, Mar 19, 12:18 PM
Unknown Object (File)
Mon, Mar 17, 6:05 AM
Unknown Object (File)
Mon, Mar 17, 6:04 AM
Unknown Object (File)
Mon, Mar 17, 5:58 AM
Unknown Object (File)
Tue, Feb 25, 5:26 PM
Unknown Object (File)
Mon, Feb 24, 5:36 AM
Unknown Object (File)
Feb 13 2025, 4:59 PM
Unknown Object (File)
Feb 13 2025, 4:58 PM
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