Skip to content
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

Locale change inertness #261

Open
winter-yuki opened this issue Sep 25, 2020 · 1 comment
Open

Locale change inertness #261

winter-yuki opened this issue Sep 25, 2020 · 1 comment
Labels
wontfix This will not be worked on

Comments

@winter-yuki
Copy link
Member

Now the most of the strings from resources are stored to memory at first usage. It reduces getString noise everywhere and provides a bit of performance improvement. But when device locale settings change, the app is needed to be totally restarted to use a new locale.

@winter-yuki winter-yuki added the bug Something isn't working label Sep 25, 2020
@winter-yuki
Copy link
Member Author

Can be solved by introducing ActiveRules that execute rule providers each time without caching.

@winter-yuki winter-yuki self-assigned this Sep 25, 2020
@winter-yuki winter-yuki added wontfix This will not be worked on and removed bug Something isn't working labels Sep 25, 2020
@winter-yuki winter-yuki removed their assignment Sep 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wontfix This will not be worked on
Projects
None yet
Development

No branches or pull requests

1 participant