-
Notifications
You must be signed in to change notification settings - Fork 3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android - White screen displayed after log out #6932
Comments
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open
|
Triggered auto assignment to @tylerkaraszewski ( |
This has cropped up in #6898. The undefined check for the appStateSubscription is missing. App/src/libs/AppStateMonitor/index.js Lines 27 to 30 in 29e469a
Change it to:
As I commented in slack, there's a follow up PR being worked on to upgrade RN which would be the ideal fix. cc - @aswin-s @parasharrajat Since you guys were involved in the PR. |
Is it possible for Documentation: https://reactnative.dev/docs/appstate#addeventlistener |
Unfortunately, PR was merged before I was able to test it. |
Thanks @parasharrajat. Yes as explained over here, removeEventListener was deprecated only in version 0.65 and we are still on 0.64.x. So the real fix is to upgrade react native version. I already tested @roryabraham's PR on iOS and everything looks good. We might want more eyes on that PR. |
@parasharrajat @roryabraham Are we going to merge the RN upgrade PR soon? If not then we should merge the null check PR so that it can be removed from DeployBlocker. If we'll merge soon then that's the ideal fix. |
But...
I don't think that the PR upgrading RN will be cherry picked to staging, so I agree with |
Which PR? #6898? |
Yup. 6898. |
PR with fixed merged and CP'd to staging. |
Retested. Issue is Fixed. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
User should log out from the account and login screen appears
Actual Result:
White screen displayed after log out
Workaround:
Unknown
Platform:
Where is this issue occurring?
Version Number: v1.1.24.0
Reproducible in staging?: Yes
Reproducible in production?: No
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos:
Bug5390623_20211229_172356.mp4
Expensify/Expensify Issue URL:
Issue reported by: Applause
Slack conversation:
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: