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

ActivityScenarioConfigurator.forActivity().setUiMode() must be called from UI thread #28

Closed sergio-sastre closed 1 year ago

sergio-sastre commented 1 year ago

Describe the bug AndroidUitestingUtils crash

Environment The setup in which the bug is reproducible:

Additional context It might happen due to AppCompatDelegates being called before launching the Activity. Needs investigation