-
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
[HOLD for payment 2024-03-29] [$500] Android - IOU - The "Take a photo" background animation is stuck #36551
Comments
Job added to Upwork: https://www.upwork.com/jobs/~01c2cca67bbda25bba |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mollfpr ( |
Triggered auto assignment to @kevinksullivan ( |
👋 Friendly reminder that deploy blockers are time-sensitive ⏱ issues! Check out the open `StagingDeployCash` deploy checklist to see the list of PRs included in this release, then work quickly to do one of the following:
|
Triggered auto assignment to @marcaaron ( |
Hmm I have no idea. Seems like it could be related to With the most recent change to the file being in this PR (which is on staging). |
Doesn't really seem related to those changes though. @kavimuru Can we try to re-test this on other Android devices? I am curious if this is an expo-image issue. cc @Beamanator I think this is not a blocker. The flow looks pretty good on Android without the animation so I think we can pursue a fix without blocking the deploy. |
FWIW I was able to repro this. But don't think it looks that bad so removed the blocker. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Navigation to RequestMoneyStartPage is stuck when camera permission is requested What is the root cause of that problem?This is related to #35640 where we are requesting camera permission on page load.
However we are not waiting for the navigation animation to finish before requesting for camera permission. This causes the animation to freeze in between. What changes do you think we should make in order to solve the problem?Run permission check only after screen animation is finished. For this useFocusEffect instead of useEffect in combination with useFocusEffect( useCallback(() => {
// Check initial camera permission status
InteractionManager.runAfterInteractions(() => {
refreshCameraPermissionStatus(true);
});
})) This ensures that screen animation is not interupted What alternative solutions did you explore? (Optional)None |
If this is indeed a regression from PR #35640 I think the PR author should handle the regression fix ♻️ |
I'm not sure about this, but my understanding is that @marcaaron stated this wasn't regression from that PR. I also check that the PR recordings on Android seem working just fine. @aswin-s What's the different in this issue? |
@kevinksullivan, @mollfpr, @marcaaron Whoops! This issue is 2 days overdue. Let's get this updated quick! |
untitled.1.mp4I still can see the screen stuck a little bit. |
@mollfpr Ok, I'll raise the PR shortly |
@aswin-s @kevinksullivan @mollfpr @marcaaron this issue is now 4 weeks old and preventing us from maintaining WAQ, can you:
Thanks! |
Current assignee @mollfpr is eligible for the Internal assigner, not assigning anyone new. |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 1.4.55-3 and is now subject to a 7-day regression period 📆. Here is the list of pull requests that resolve this issue: If no regressions arise, payment will be issued on 2024-03-29. 🎊 For reference, here are some details about the assignees on this issue:
|
BugZero Checklist: The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed:
|
I don't think any PR is causing the issue.
The regression step should be enough.
@kevinksullivan Could you create the payment summary? Thank you! |
Friendly bump @kevinksullivan |
1 similar comment
Friendly bump @kevinksullivan |
@kevinksullivan Gentle reminder |
$500 approved for @mollfpr |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Version Number: 1.4.41-2
Reproducible in staging?: y
Reproducible in production?: n
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Expensify/Expensify Issue URL:
Issue reported by: applause internal team
Slack conversation:
Action Performed:
Expected Result:
The animation should be completed.
Actual Result:
The "Take a photo" background animation is stuck.
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Screenshots/Videos
Add any screenshot/video evidence
Bug6379807_1707938425262.az_recorder_20240214_160812.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
The text was updated successfully, but these errors were encountered: