Carlos Martins

Results 107 comments of Carlos Martins

I can reproduce this. It seems like something [changes the value in Picker](https://github.com/Expensify/App/blob/971eb2fa3103c1153ae9348c067e432c3d4c4a9e/src/pages/ReportSettingsPage.js#L198-L204) and triggers two calls to [updateNotificationPreference](https://github.com/Expensify/App/blob/971eb2fa3103c1153ae9348c067e432c3d4c4a9e/src/libs/actions/Report.js#L1379-L1395), one with the new value and a second one with the...

@getusha correct! The issue here is that the notifications preference is reset when the user comes back online. I removed step 8 from the OP since it was unrelated as...

I think that this issue is related to https://github.com/Expensify/Expensify/issues/229696. The problem seems to be the order of events: 1. App comes back online and we trigger ReconnectApp 2. The server...