-
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: [lw-11786] rely on network infor provider for connectivity issues #1510
Conversation
Allure Report
processReports: ✅ test report for 004e22c6
|
setNetworkConnection(isConnected ? NetworkConnectionStates.CONNNECTED : NetworkConnectionStates.OFFLINE); | ||
let isNetworkInfoProviderConnected = true; | ||
if (type === MessageTypes.NETWORK_INFO_PROVIDER_CONNECTION) { | ||
isNetworkInfoProviderConnected = (data as HTTPConnectionStatus).connected; |
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.
can you type the structure so the as
syntax isn't required?
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.
done here c9311d6
2e4f624
to
eaddf0a
Compare
apps/browser-extension-wallet/src/lib/scripts/background/providers.ts
Outdated
Show resolved
Hide resolved
249fe24
to
1b3c244
Compare
1b3c244
to
004e22c
Compare
Quality Gate passedIssues Measures |
Checklist
Proposed solution
Explain how does this PR solves the problem stated in JIRA ticket.
You can also enumerate different alternatives considered while approaching this task.
Testing
Describe here, how the new implementation can be tested.
Provide link or briefly describe User Acceptance Criteria/Tests that need to be met
Screenshots
Attach screenshots here if implementation involves some UI changes