-
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
[Paid] [$250] Android - Wallet - "Get physical card" button overlaps with device navigation bar #53650
Comments
Triggered auto assignment to @RachCHopkins ( |
ProposalPlease re-state the problem that we are trying to solve in this issue."Get physical card" button overlaps with device navigation bar. What is the root cause of that problem?In
What changes do you think we should make in order to solve the problem?We should pass What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?NA What alternative solutions did you explore? (Optional)Reminder: Please use plain English, be brief and avoid jargon. Feel free to use images, charts or pseudo-code if necessary. Do not post large multi-line diffs or write walls of text. Do not create PRs unless you have been hired for this job. |
ProposalPlease re-state the problem that we are trying to solve in this issue.Android - Wallet - "Get physical card" button overlaps with device navigation bar What is the root cause of that problem?This happens because we have set
This is set to false because we are setting safeAreaPaddingBottomStyle style to the scroll view hereApp/src/pages/settings/Wallet/ExpensifyCardPage.tsx Lines 165 to 171 in 48b80f6
but the all the buttons are not children of the scroll view so the safe padding will not be applied for them. What changes do you think we should make in order to solve the problem?The best approach is to enable
and then also remove safeAreaPaddingBottomStyle here
and render the children of the screen wrapper directly not function (as we no more need safeAreaPaddingBottomStyle) 👍 What specific scenarios should we cover in automated tests to prevent reintroducing this issue in the future?What alternative solutions did you explore? (Optional) |
@RachCHopkins Whoops! This issue is 2 days overdue. Let's get this updated quick! |
Yes, can repro. It's a PITA too, because when you click activate physical card, you tap the main home button - I thought the app was crashing at first! |
Job added to Upwork: https://www.upwork.com/jobs/~021866268126921141487 |
Triggered auto assignment to Contributor-plus team member for initial proposal review - @mananjadhav ( |
@nkdengineer's proposal looks good to me. 🎀 👀 🎀 C+ reviewed. |
Triggered auto assignment to @johnmlee101, see https://stackoverflow.com/c/expensify/questions/7972 for more details. |
@mananjadhav I disagree with you. The selected proposal did not have the correct the RCA (why the safeAreaPaddingStyle already applied doesn't work) and the solution doesn't mention all the the needed changes that is to remove the unnecessary redundant safeAreaPaddingStyle we are applying now and this is an important point that's why I commented a proposal in the first place. Please take a 👀 again. Thx |
I think the redundant safeAreaPaddingStyle can be handled within the code. But I'll let @johnmlee101 decide. @johnmlee101 For you to check this comment before assigning. |
It's not about removing the code in the PR phase or not but the RCA of the chosen proposal is wrong. The root cause of the issue is not even setting |
@FitseTLT My proposal is first and your solution is just more detailed than my proposal. And the redundant safeAreaPaddingStyle can be handled in the PR phase. |
Nope @nkdengineer it's not about being detailed my proposal is the only one that identifies the correct RCA and provide full solution. Let's just wait for @johnmlee101 👍 |
@mananjadhav can you please review my proposal , thank you |
@RachCHopkins @johnmlee101 @mananjadhav Do you think we need to handle other similar issues in this single PR? |
Yes I agree we should handle all of them together. @johnmlee101 @FitseTLT what do you folks think? |
Would be great to handle this holistically cc @kirillzyusko |
|
The solution for this issue has been 🚀 deployed to production 🚀 in version 9.0.81-6 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 2025-01-15. 🎊 For reference, here are some details about the assignees on this issue:
|
@mananjadhav @RachCHopkins @mananjadhav The PR fixing this issue has been merged! The following checklist (instructions) will need to be completed before the issue can be closed. Please copy/paste the BugZero Checklist from here into a new comment on this GH and complete it. If you have the K2 extension, you can simply click: [this button] |
@RachCHopkins This is ready for payout but I think we'll need to keep the issue open because we plan to work on some follow up items. |
BugZero Checklist:
Bug classificationSource of bug:
Where bug was reported:
Who reported the bug:
Although I am suggesting the Regression Test Proposal, I think we should have one comprehensive test for the same. Regression Test ProposalPrecondition:
Test:
Do we agree 👍 or 👎 |
@mananjadhav, @johnmlee101, @RachCHopkins, @FitseTLT Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
Sorry I have been OOO. Back today and will handle asap. |
Payment Summary:
Upwork job here |
Contributor has been paid, the contract has been completed, and the Upwork post has been closed. Leaving issue open per comment for follow-up tasks. |
$250 approved for @mananjadhav |
@mananjadhav, @johnmlee101, @RachCHopkins, @FitseTLT Uh oh! This issue is overdue by 2 days. Don't forget to update your issues! |
@mountiny Are we tracking the changes as a separate issue? Should we close this one out? |
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: 9.0.72-0
Reproducible in staging?: Yes
Reproducible in production?: Yes
If this was caught on HybridApp, is this reproducible on New Expensify Standalone?: Yes
If this was caught during regression testing, add the test name, ID and link from TestRail: Exp
Email or phone of affected tester (no customers): [email protected]
Issue reported by: Applause Internal Team
Action Performed:
Precondition:
Expected Result:
"Get physical card" button will not overlap with device navigation bar.
Actual Result:
"Get physical card" button overlaps with device navigation bar.
Workaround:
Unknown
Platforms:
Screenshots/Videos
Bug6685385_1733419664616.1733419531016_Screen_Recording_20241206_012359_Expensify.mp4
View all open jobs on GitHub
Upwork Automation - Do Not Edit
Issue Owner
Current Issue Owner: @mananjadhavThe text was updated successfully, but these errors were encountered: