Fixes drawer gone invisible on setup activity#3752
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #3752 +/- ##
============================================
- Coverage 24.80% 24.80% -0.01%
- Complexity 4253 4254 +1
============================================
Files 938 938
Lines 57220 57220
Branches 6847 6847
============================================
- Hits 14194 14191 -3
- Misses 41221 41224 +3
Partials 1805 1805 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (5)
📝 WalkthroughWalkthroughThis PR modifies drawer visibility logic to make it conditional on whether a personal ID login is required. The base class method Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes Possibly related PRs
Suggested reviewers
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Warning Review ran into problems🔥 ProblemsStopped waiting for pipeline failures after 30000ms. One of your pipelines takes longer than our 30000ms fetch window to run, so review may not consider pipeline-failure results for inline comments if any failures occurred after the fetch window. Increase the timeout if you want to wait longer or run a Comment |
Product Description
I introduced an issue in #3747 where while trying to make setupActivity use the same drawer check as other screens, I unknowingly required PersonalID login for drawer to show up. Instead, SetupActivity should always show drawer even when the user is not logged into a PersonalID account.
Safety Assurance
Safety story
Small fix, updated tests to relflect the desired behaviour
Labels and Review