Browse Source
There is a bug on iOS: ``` NSLocale.currentLocale() -> 'en-US' NSLocale.preferredLanguages().first().let { NSLocale(it as String) } -> 'ru' ``` An equal result was expected! the first method was used in a non-compose code and another one in the compose code. The PR fixes behavior in a non-compose environment.pull/4512/head v1.6.10-dev1520
Konstantin
8 months ago
committed by
GitHub
1 changed files with 3 additions and 1 deletions
Loading…
Reference in new issue