-
-
Notifications
You must be signed in to change notification settings - Fork 19
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
UI not recomposed when locale changes #30
Comments
see this for similar issue with stringResource: https://issuetracker.google.com/issues/167352819 |
Not sure this is something that can currently be fixed with lyricist as it seems compose does not expose a Locale State. Here is how I am looking to work around it on Android:
|
When I use ProvideStrings inside voyager navigator not working change local. You must restart application. Because of this: https://youtrack.jetbrains.com/issue/CMP-6891/Nesting-providesDefault-for-a-LocalProvider-blocks-changes-from-other-LocalProviders-from-being-propagated-down-the-line. |
If you are in the app, go to settings and change the locale to another one that is supported the UI is not automatically recomposed so none of the strings will change to the new locale
The text was updated successfully, but these errors were encountered: