-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
[FIX] Fix SRP reveal screen #5980
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for pinging me to review this!
Just reinforced the need for testing on outside the navigation object screen
LGTM!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
f937a69
to
98e89c3
Compare
Just rebased |
@chrisleewilcox @cortisiko This issue might also be related to another one that Kat posted in Slack. If we have the bandwidth, could we quickly verify it as well? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🌮 🌮 🌮 🌮
Description
This PR fixes both the padding issue + interaction of the SRP reveal screen bug found in 6.2.0 regression
https://app.zenhub.com/workspaces/mobile-release-regression-6249e5242464b70013315a98/issues/gh/metamask/mobile-planning/720
Screenshots/Recordings
Reach out to @Cal-L for videos
Testing
There are three main scenarios that the reveal credentials screen affects (the first 3 scenarios. 3 and 4 are essentially the same scenario)
Scenario: Should be able to recover SRP when something errors out on the Root boundary
Scenario: Should be able to recover SRP when something errors out on the Activity boundary
Scenario: Should be able to reveal SRP from the settings flow
Scenario: Should be able to reveal private key from the settings flow
Checklist