Assigned
Status Update
Comments
ph...@gmail.com <ph...@gmail.com> #2
Forgot to note the environment.
This crash occurs on only API 21.
This crash occurs on only API 21.
ph...@gmail.com <ph...@gmail.com> #3
This crash occurs on API 22 and 23 when the user doesn't have Google Play installed. Related discussions: https://stackoverflow.com/q/41025200/842697
Description
Component used: androidx.appcompat:appcompat Version used: 1.6.0-rc01 Devices/Android versions reproduced on: Pixel 6 emulators with SDK 31 and 33/physical OnePlus Nord with SDK 31.
Reproduction steps:
Expected result: Text language changes upon selection.
Actual result: App stays in the default language, state change is not triggered. Killing the app and restarting it doesn't change the app strings language. The
compose_app
example even gets an ANR. On SDK 33 in device settings the correct language is set for the app when selected (e.g. "jp"). AppLocalesStorageHelper logs show the selected locale was persisted correctly, but the app does not reflect those changes.