sergio-sastre / AndroidUiTestingUtils

A set of TestRules, ActivityScenarios and utils to facilitate UI and screenshot testing under given configurations: FontSizes, Locales...
MIT License
287 stars 14 forks source link

Pseudolocales en_XA and ar_XB not working on < API 24 only #43

Closed sergio-sastre closed 1 year ago

sergio-sastre commented 1 year ago

Describe the bug A clear and concise description of what the bug is.

Environment The setup in which the bug is reproducible:

Expected behavior The locale changes to the pseudolocale accordingly

Additional context It seems that Locale.forLanguageTag(pseudolocale) does not return an empty string on API 23, but it does on older API levels

sergio-sastre commented 1 year ago

fixed in 1.2.4