-
Notifications
You must be signed in to change notification settings - Fork 5
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(extension): reload app on ledger disconnect during onboarding #913
fix(extension): reload app on ledger disconnect during onboarding #913
Conversation
Quality Gate passedIssues Measures |
Changes unknown |
Allure report
smokeTests: ✅ test report for bcbf694d
|
@@ -307,6 +307,8 @@ export const HardwareWalletFlow = ({ | |||
const onRetry = () => { | |||
setIsErrorDialogVisible(false); | |||
goBackToConnect(); | |||
// TODO: Remove this workaround with full app reload when SDK allows to connect Hardware Wallet for the 2nd time. |
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.
If a ticket exists for this can we link/create it
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.
@mchappell What about disconnecting? I have this on a open PR and solved the issue I was having.
Checklist
Proposed solution
Use workaround with full app reload when SDK allows to connect Hardware Wallet for the 2nd time.
Testing
Follow steps described in the ticket
Screenshots
Attach screenshots here if implementation involves some UI changes