Bernhard Owen Josephus

Results 361 comments of Bernhard Owen Josephus

## Proposal ### Please re-state the problem that we are trying to solve in this issue. Infinity loading in accounting page if creating the workspace while offline. ### What is...

I think it should be safe. `unpause` will only take effect if the queue is currently paused. I think in all cases where pause and unpause happens, we don't want...

Edited by **proposal-police**: This proposal was **edited** at 2023-10-02 12:00:00. ## Proposal ### Please re-state the problem that we are trying to solve in this issue. Carousel is scrollable when...

## Proposal ### Please re-state the problem that we are trying to solve in this issue. The chat doesn't scroll after deleting an attachment. ### What is the root cause...

Based on the proposal there, looks like the root cause and solution is different.

Yes, both issues are because of the wrong value of hasNewestReportAction, but the root cause and solution are still different. I tested my solution and the other issue still persists,...

I think the first issue of this blank space started to happen in https://github.com/Expensify/App/issues/30726 which they fixed in https://github.com/Expensify/App/pull/31670. This is how the logic looks now which requires `hasNewestReportAction`. https://github.com/Expensify/App/blob/c4ff235cbfb6bc6582a3bb045b813e4d43151135/src/pages/home/report/ReportActionsList.tsx#L372-L381