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

PM-14501 - Sometimes tapping the Verify Email link will not load the Master Password bottom sheet correctly #1118

Conversation

phil-livefront
Copy link
Collaborator

@phil-livefront phil-livefront commented Nov 7, 2024

🎟️ Tracking

PM-14501

📔 Objective

  • This PR addresses an issue where setting DebugMenuCoordinator as a child coordinator within AuthCoordinator caused a navigation error during the email verification flow. Specifically, attempting to present CompleteRegistrationView resulted in the error:
    Attempt to present <UINavigationController: 0x1069ea200> on <UINavigationController: 0x10d010000> (from <UINavigationController: 0x10d010000>) whose view is not in the window hierarchy.
  • The solution was to avoid setting DebugMenuCoordinator as a child coordinator, as it didn’t require being a part of the AuthCoordinator's child coordinators. This fix ensures that the email verification flow functions correctly without interference from the debug menu.

📸 Screenshots

##Before

Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-11-07.at.16.48.09.mp4

##After

Simulator.Screen.Recording.-.iPhone.16.Pro.-.2024-11-07.at.16.48.56.mp4

⏰ Reminders before review

  • Contributor guidelines followed
  • All formatters and local linters executed and passed
  • Written new unit and / or integration tests where applicable
  • Protected functional changes with optionality (feature flags)
  • Used internationalization (i18n) for all UI strings
  • CI builds passed
  • Communicated to DevOps any deployment requirements
  • Updated any necessary documentation (Confluence, contributing docs) or informed the documentation team

🦮 Reviewer guidelines

  • 👍 (:+1:) or similar for great changes
  • 📝 (:memo:) or ℹ️ (:information_source:) for notes or general info
  • ❓ (:question:) for questions
  • 🤔 (:thinking:) or 💭 (:thought_balloon:) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion
  • 🎨 (:art:) for suggestions / improvements
  • ❌ (:x:) or ⚠️ (:warning:) for more significant problems or concerns needing attention
  • 🌱 (:seedling:) or ♻️ (:recycle:) for future improvements or indications of technical debt
  • ⛏ (:pick:) for minor or nitpick changes

Copy link

codecov bot commented Nov 7, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 89.41%. Comparing base (5768168) to head (3028dbd).
Report is 1 commits behind head on release/2024.11-rc1.

Additional details and impacted files
@@                   Coverage Diff                   @@
##           release/2024.11-rc1    #1118      +/-   ##
=======================================================
- Coverage                89.42%   89.41%   -0.01%     
=======================================================
  Files                      679      679              
  Lines                    43035    43034       -1     
=======================================================
- Hits                     38482    38481       -1     
  Misses                    4553     4553              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

github-actions bot commented Nov 7, 2024

Logo
Checkmarx One – Scan Summary & Details9261abe6-a800-455e-b066-dfb0513971f1

No New Or Fixed Issues Found

@phil-livefront phil-livefront merged commit e6cf148 into release/2024.11-rc1 Nov 8, 2024
8 checks passed
@phil-livefront phil-livefront deleted the phil/PM-14501-verify-email-deep-link-bugfix branch November 8, 2024 15:13
phil-livefront added a commit that referenced this pull request Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants