-
Notifications
You must be signed in to change notification settings - Fork 136
[Wear App] Handle application password stores scenario #12124
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
[Wear App] Handle application password stores scenario #12124
Conversation
Generated by 🚫 Danger |
📲 You can test the changes from this Pull Request in WooCommerce-Wear Android by scanning the QR code below to install the corresponding build.
|
|
📲 You can test the changes from this Pull Request in WooCommerce Android by scanning the QR code below to install the corresponding build.
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## trunk #12124 +/- ##
============================================
- Coverage 39.99% 39.99% -0.01%
Complexity 5525 5525
============================================
Files 1200 1200
Lines 68416 68425 +9
Branches 9577 9580 +3
============================================
Hits 27364 27364
- Misses 38492 38501 +9
Partials 2560 2560 ☔ View full report in Codecov by Sentry. |
Summary
Fix issue #12132, where authentication with an Application Password in the Wear app causes a crash. The fix, for now, consists of disabling the direct wear-to-store connection through FluxC when the Store is not connected through a bearer token and using the phone connection instead.
How to Test
Update release notes:
RELEASE-NOTES.txtif necessary.