-
Notifications
You must be signed in to change notification settings - Fork 354
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
bugfix/LIVE-4622 Fix DebugHttpTransport screen #1859
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
🦋 Changeset detectedLatest commit: a6693e4 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Codecov ReportBase: 0.00% // Head: 47.29% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## develop #1859 +/- ##
============================================
+ Coverage 0 47.29% +47.29%
============================================
Files 0 702 +702
Lines 0 30692 +30692
Branches 0 8090 +8090
============================================
+ Hits 0 14517 +14517
- Misses 0 14942 +14942
- Partials 0 1233 +1233
Flags with carried forward coverage won't be shown. Click here to find out more.
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
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
With the new and improved device selector screen we forgot to account for the debug http logic and it was causing a crash after adding a device through that screen.
❓ Context
ledger-live-mobile
✅ Checklist