Viktoryia Kliushun
Viktoryia Kliushun
I think I was able to get rid of the screen flashing if I replace `Modal` with `ScreenWrapper` here, but trying to know why we needed `Modal` here: https://github.com/Expensify/App/blob/7180a376382033abe083baabc0ce4ea40763e7b6/src/pages/workspace/companyCards/addNew/BankConnection/index.native.tsx#L72-L77
The [PR](https://github.com/Expensify/App/pull/53863) has been opened for the review!
Hi, I'm Viktoryia from Callstack - expert contributor group - and I would like to work on this issue.
I've tried with several feeds and wasn't able to reproduce the bug. Asked for more details in the [slack](https://callstack-hq.slack.com/archives/C06ML6X0W9L/p1733301099615739?thread_ts=1733262075.681289&cid=C06ML6X0W9L).
**Updates:** It looks like it's a back-end issue. After feed name update the `OpenPolicyCompanyCardsPage` API call returns `companyCardNicknames` in the format: ``` "companyCardNicknames": { "oauth": { "wellsfargo": { "com": "test"...
> https://github.com/Expensify/Auth/pull/13450 I think it got merged by @mountiny!
@joekaufmanexpensify @mountiny Should this one be closed?
Fixed custom feed name display in the selector button as well ([slack discussion](https://callstack-hq.slack.com/archives/C06ML6X0W9L/p1733309860251459?thread_ts=1733262075.681289&cid=C06ML6X0W9L)):  
Prepared a small [PR](https://github.com/Expensify/App/pull/53705) to fix the above issue.
> Bug 1: It auto-changes changes status of "Force offline" when it randoms change status to offline @hoangzinh I think it's intentional since the poor connection toggle uses the `shouldForceOffline`...