You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using compose resources with localization, content inside Children & ChildStack does not recompose when locale is changed, until I navigate away and back.
I see the Children composable uses a hash string key to cache the content, thinking it has something to do with that.
Using compose resources with localization, content inside Children & ChildStack does not recompose when locale is changed, until I navigate away and back.
I see the Children composable uses a hash string key to cache the content, thinking it has something to do with that.
`
val holder = rememberSaveableStateHolder()
`
I followed this tutorial https://medium.com/@dzenanbecirovicc/compose-multiplatform-localization-ec6745961ddc for localization
The text was updated successfully, but these errors were encountered: