-
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 - App crashes when tapping back arrow on request money screen #2694
Comments
Triggered auto assignment to @RachCHopkins ( |
Another issue affecting the IOU beta this time only on android, marking as deploy blocker. @Julesssss if you disagree this should be a DB please go ahead and remove the label :) |
Thanks, @isagoico. Removing the blocker label as it isn't a common flow yet. |
Confirmed the crash is occurring on Android, no matter if the comment is set or not. Web is showing a console error at the same place if you quickly navigate back through the steps. Not convinced this is related, but it's the best guess I have currently. Native device logs aren't helpful, but leaving them here anyway: |
This comment has been minimized.
This comment has been minimized.
This also occurs if you request money from a chat (skipping the participants step), so I'm marking the above comment as outdated. |
Triggered auto assignment to @puneetlath ( |
On Second thoughts, we'll leave the IOI blockers internal. Please ignore the label :) |
I can reproduce this pretty easily gonna take a stab at it. |
It seems the crash only happens when the software keyboard is open. |
Using |
Ah ha. I think it is caused by the dismiss behavior of the screen https://reactnavigation.org/docs/stack-navigator/#keyboardhandlingenabled Since the back button is in the left gutter for where the "swipe" occurs the keyboard is dismissed but then reappears when we are transitioning to the next view and then 💥 Fix incoming. |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Expected Result:
App should work without any issues
Actual Result:
App crash only when tapping the back arrow.
Action Performed:
Workaround:
Unknown
Platform:
Where is this issue occurring?
Web
iOS
Android ✔️
Desktop App
Mobile Web
Version Number: 1.0.36-0
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos:
Video
Expensify/Expensify Issue URL:
View all open jobs on Upwork
The text was updated successfully, but these errors were encountered: