Georgia Monahan

Results 51 comments of Georgia Monahan

It looks like it's occurring on main too actually

@best-lucky1030 yes, this PR is a WIP. I am posting as a draft PR to discuss a few things

I'm closing this to open a fresh PR.

Looks like the keyboard isn't closing when pressed and it's reopening for a single frame which is causing the flashing. https://user-images.githubusercontent.com/38015950/210866703-6d3b0377-3091-4f37-821b-25dfcb2f6452.MOV

If I scrub the video it's the keyboard during that flash ![image](https://user-images.githubusercontent.com/38015950/210866974-9a983593-a323-4283-a06a-7dfca27bb140.png)

@adelekennedy @parasharrajat I agree, we can do nothing. Closing now! Feel free to reopen if you changed your mind

# Solution Notes https://github.com/Expensify/App/blob/497ed9273d99afd1cdb061acb78014e15ffdefe8/src/components/ReportActionItem/ReportPreview.js#L214-L228 ``` const managerName = isPolicyExpenseChat ? ReportUtils.getPolicyName(props.chatReport) : ReportUtils.getDisplayNameForParticipant(managerID, true); ``` on this line, we never want to use the workspace name if the report has...