Fixed
Status Update
Comments
si...@google.com <si...@google.com>
si...@google.com <si...@google.com>
si...@google.com <si...@google.com> #2
A couple of questions:
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
1. Have you saw crash in real device or only in simulators?
2. Do you use dynamic feature for language ID?
ha...@google.com <ha...@google.com>
ap...@google.com <ap...@google.com> #3
Tested on Android 12 Emulator with custom executor, but cannot repro this issue.
Description
Steps to Reproduce:
androidx.compose.ui.res.stringResource
in anActivity
withandroid:configChanges="locale|layoutDirection">
declared in the manifestThis seems to be because from the , but doesn't change when the
stringResource
gets the stringContext
in theContextAmbient
ContextAmbient
Configuration
changes.I've been working around this for now with something like
... but it would be nice if compose handled this. I also suspect that this affects other
@Composable
s that resolve resource IDs.