akexorcist / Localization

[Android] In-app language changing library
Apache License 2.0
983 stars 154 forks source link

Fix resource not found crash #108

Closed LloydBlv closed 3 years ago

LloydBlv commented 3 years ago

Passes decoration's reference to Configuration object in getResources() inside LocalizationActivityDelegate.kt for API >= Q

Probably will solve #103

akexorcist commented 3 years ago

Refer to #110, all UI tests passed with some flakiness in Firebase test lab but passed on local testing.

akexorcist commented 3 years ago

This PR is live in version 1.2.10.

Thank you for your contribution!