sergio-sastre / AndroidUiTestingUtils

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

Fix InAppLocaleTestRule not working reliably on API 31 #44

Closed sergio-sastre closed 1 year ago

sergio-sastre commented 1 year ago

AppCompatDelegate.setApplicationLocales(locale) works differently from API 33. Therefore, the changes might work on API 33, but not on previous ones. This PR fixes that, which was overseen in the PR that was supposed to fix the problem