Skip to content
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

[$250] IOS - More features - Enabled feature is not showing in workspace page after enabling it #41142

Closed
1 of 6 tasks
lanitochka17 opened this issue Apr 27, 2024 · 14 comments
Closed
1 of 6 tasks
Assignees
Labels
Engineering External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors Hourly KSv2 Reviewing Has a PR in review

Comments

@lanitochka17
Copy link

lanitochka17 commented Apr 27, 2024

If you haven’t already, check out our contributing guidelines for onboarding and email contributors@expensify.com to request to join our Slack channel!


Version Number: 1.4.67-0
Reproducible in staging?: Y
Reproducible in production?: N
If this was caught during regression testing, add the test name, ID and link from TestRail: N/A
Issue reported by: Applause - Internal Team

Action Performed:

  1. Launch New Expensify app
  2. Go to Account settings > Workspaces
  3. Create a new workspace
  4. Go to More features
  5. Enable any feature

Expected Result:

App will redirect to the previous page with the enabled feature

Actual Result:

The enabled feature is not showing in workspace page after enabling it

Workaround:

Unknown

Platforms:

Which of our officially supported platforms is this issue occurring on?

  • Android: Native
  • Android: mWeb Chrome
  • iOS: Native
  • iOS: mWeb Safari
  • MacOS: Chrome / Safari
  • MacOS: Desktop

Screenshots/Videos

Add any screenshot/video evidence

Bug6463515_1714196915920.feature_ios.mp4

View all open jobs on GitHub

Upwork Automation - Do Not Edit
  • Upwork Job URL: https://www.upwork.com/jobs/~011cc719021a75da07
  • Upwork Job ID: 1784283404020502528
  • Last Price Increase: 2024-04-27
@lanitochka17 lanitochka17 added the DeployBlockerCash This issue or pull request should block deployment label Apr 27, 2024
Copy link
Contributor

👋 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:

  1. Identify the pull request that introduced this issue and revert it.
  2. Find someone who can quickly fix the issue.
  3. Fix the issue yourself.

Copy link

melvin-bot bot commented Apr 27, 2024

Triggered auto assignment to @roryabraham (DeployBlockerCash), see https://stackoverflowteams.com/c/expensify/questions/9980/ for more details.

@lanitochka17
Copy link
Author

@roryabraham FYI I haven't added the External label as I wasn't 100% sure about this issue. Please take a look and add the label if you agree it's a bug and can be handled by external contributors

@lanitochka17
Copy link
Author

We think that this bug might be related to #vip-vsp

@roryabraham
Copy link
Contributor

This does appear to be a deploy-blocking bug. Going to make it external now

@roryabraham roryabraham added the External Added to denote the issue can be worked on by a contributor label Apr 27, 2024
Copy link

melvin-bot bot commented Apr 27, 2024

Job added to Upwork: https://www.upwork.com/jobs/~011cc719021a75da07

@melvin-bot melvin-bot bot changed the title IOS - More features - Enabled feature is not showing in workspace page after enabling it [$250] IOS - More features - Enabled feature is not showing in workspace page after enabling it Apr 27, 2024
@melvin-bot melvin-bot bot added the Help Wanted Apply this label when an issue is open to proposals by contributors label Apr 27, 2024
Copy link

melvin-bot bot commented Apr 27, 2024

Triggered auto assignment to Contributor-plus team member for initial proposal review - @mollfpr (External)

@Krishna2323
Copy link
Contributor

Krishna2323 commented Apr 27, 2024

Proposal

Please re-state the problem that we are trying to solve in this issue.

IOS - More features - Enabled feature is not showing in workspace page after enabling it

What is the root cause of that problem?

Offending PR: #40369

In the PR mentioned above we introduced didScreenTransitionEnd to delay the transition start so it only starts after navigation transition is ended, but due to this bug in navigation, didScreenTransitionEnd is not correctly updated in iOS. I haven't found the exact reason why does this happen.

What changes do you think we should make in order to solve the problem?

We should remove didScreenTransitionEnd check and instead use setTimeout or itemEnterDelay to delay the transition if needed.

What alternative solutions did you explore? (Optional)

@roryabraham
Copy link
Contributor

Kicked off an AdHoc build for a revert of #40369 to see if that fixes this problem.

@mollfpr
Copy link
Contributor

mollfpr commented Apr 29, 2024

As mentioned in the @Krishna2323 proposal, didScreenTransitionEnd is bugging for iOS and probably added to avoid the animation starting while the transition is happening. Removing it from the check is to fix this issue, but I'm not sure the case for the check where is needed.

@kavimuru
Copy link

Two testers tried to reproduce. One wasn't able to while the other was able to.

RPReplay_Final1714395426.MP4
RPReplay_Final1714396036.MP4

IMG_3229

@francoisl
Copy link
Contributor

Kicked off an AdHoc build for a revert of #40369 to see if that fixes this problem.

@roryabraham did that AdHoc build fix the issue? Should we go ahead with a revert or with @Krishna2323's proposal in this case?

@thienlnam
Copy link
Contributor

I was testing the adhoc, and it seemed to work fine after this revert

@thienlnam
Copy link
Contributor

We're having the revert CPed

@francoisl francoisl added Reviewing Has a PR in review and removed DeployBlockerCash This issue or pull request should block deployment labels Apr 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Engineering External Added to denote the issue can be worked on by a contributor Help Wanted Apply this label when an issue is open to proposals by contributors Hourly KSv2 Reviewing Has a PR in review
Projects
None yet
Development

No branches or pull requests

7 participants