Abdelhafidh Belalia

Results 422 comments of Abdelhafidh Belalia

@shahinyan11 Thanks for the update. The root cause is still not correct. The call sequence is as follow: `loadNewerChats -> handleReportActionPagination -> fetchNewerAction` and in `fetchNewerAction` we have an early...

@shahinyan11 Let's focus on narrowing down the root cause first

@shahinyan11 Was not able to reproduce that bug either. And for the case where `GetNewActions` is called from the previous report, this is not reproducible all the time. The root...

@shahinyan11 `loadNewerChats` shouldn't be called in the first place. Re-rendering `ReportActionsList` on its own is not the culprit https://github.com/Expensify/App/assets/16493223/d402fbf9-ecf9-401e-8096-c654395db780

@shahinyan11 Can you elaborate on this? Is the bug caused by the `react-native-web` patch?

@shahinyan11 Did you explore any possible solutions here? (also try revert the patch to be sure it's the culprit)

@shahinyan11 Please update your proposal and tag me once you get a clear understanding on the root cause. PS: Keep in mind that we probably still have 2 bugs here,...

@tienifr Thanks for the proposal. Your RCA is not correct. > the "unread" report will always show in LHN, even if it's empty An empty report should not be considered...

@tienifr Thanks for the update. The RCA makes sense and so the solution. Is there a specific case where `lastReadTime` is empty? (I'm not able to reproduce the bug)