-
Notifications
You must be signed in to change notification settings - Fork 851
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
PM-18877 Respect system app specific language selection on Android 13 and up. #4849
PM-18877 Respect system app specific language selection on Android 13 and up. #4849
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4849 +/- ##
==========================================
- Coverage 89.36% 84.02% -5.34%
==========================================
Files 496 616 +120
Lines 42254 47989 +5735
Branches 5990 6677 +687
==========================================
+ Hits 37759 40323 +2564
- Misses 2421 5409 +2988
- Partials 2074 2257 +183 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Great job, no security vulnerabilities found in this Pull Request |
|
||
@Test | ||
fun `locale with non existent app language returns null`() { | ||
val locale = Locale("😅😅😅") |
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.
😅
🎟️ Tracking
#4813
#4833
PM-18877
📔 Objective
📸 Screenshots
BEFORE
before18877.mp4
AFTER
after18877.mp4
⏰ Reminders before review
🦮 Reviewer guidelines
:+1:
) or similar for great changes:memo:
) or ℹ️ (:information_source:
) for notes or general info:question:
) for questions:thinking:
) or 💭 (:thought_balloon:
) for more open inquiry that's not quite a confirmed issue and could potentially benefit from discussion:art:
) for suggestions / improvements:x:
) or:warning:
) for more significant problems or concerns needing attention:seedling:
) or ♻️ (:recycle:
) for future improvements or indications of technical debt:pick:
) for minor or nitpick changes