Closed
Bug 1836991
Opened 1 years ago
Closed 1 year ago
Investigate effects of in app languages settings on LocalConfiguration.current
Categories
(Fenix :: General, task)
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1837498
People
(Reporter: rsainani, Unassigned)
References
Details
(Whiteboard: [fxdroid])
While investigating fix for Bug 1821724, we encountered an odd issues that LocalConfiguration.current
doesn't update/cause recomposition (e.g on orientation change) when there is only one languages in the device system languages on API 33. Our initial hypothesis is that it is related in in app language preferences that were added in API 33, will create a spike bug to investigate this.
Updated•1 years ago
|
Minor update based on some further investigation. It appears that this is related to a change made in Android 12. Tests on Android 11 < are showing the layout recomposed as expected, on Android 12 > it is not.
You need to log in
before you can comment on or make changes to this bug.
Description
•