-
Notifications
You must be signed in to change notification settings - Fork 105
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: [IOPLT-996] Enable quick dev access in the IdentificationLockScreen
with screen reader enabled
#6769
Conversation
PR Title Validation for conventional commit type✅ All good! PR title follows the conventional commit type. |
Jira Pull Request LinkThis Pull Request refers to Jira issues: |
IdentificationLockScreen
with screen reader enabledIdentificationLockScreen
with screen reader enabled
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #6769 +/- ##
=======================================
Coverage 51.04% 51.04%
=======================================
Files 1583 1583
Lines 32720 32720
Branches 7400 7401 +1
=======================================
Hits 16703 16703
+ Misses 15970 15959 -11
- Partials 47 58 +11
... and 13 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Short description
This PR allows quick developer access in the
IdentificationLockScreen
when the screen reader is enabled. Previously you were forced to enter each single digit of the predefined unlock code (defaultPin
), making the developer experience even more miserable.List of changes proposed in this pull request
How to test
Run the app in the local environment with VoiceOver/Talkback enabled. You should be able to access the button with the unlock icon with the screen reader.