Abdelhafidh Belalia

Results 422 comments of Abdelhafidh Belalia

@Krishna2323 Did `dimissModal` work for you? From my testing I'm still getting the same bug

@Krishna2323 I think we still have another problem. After the first click the activeWorkspaceID is changed and so the position of the selected workspace. Now the second click is made...

https://github.com/user-attachments/assets/4ca20fe9-1673-4317-bf75-d8b6fdc06120

@Krishna2323 I think that would be a workaround because the `selectPolicy` callback is not really expected to be called if the screen is not focused. I'm not sure how such...

@Krishna2323 The problem is that we'd be only solving a case instead of solving the bug completely. Can we maybe have this in `GenericPressable`? (We have `useSingleExecution` that seems to...

@FitseTLT Thanks for the proposal. Your RCA is correct. Can you please explain the logic of `useSingleExecution` on mWeb (or in web in general)?

@FitseTLT I'm afraid that `InteractionManager.runAfterInteraction ` may cause a significant delay making the app look slow. Can you please test this approach?

@bernhardoj This seems like something we missed? [The plan](https://github.com/Expensify/App/pull/49971#issuecomment-2397561749) already covered that. > In the approve modal display: > > Partial: unheldTotal > Full: total > > In the pay...