mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-03-05 00:02:37 +00:00

On Android Lollipop, our setlocale call returns "C", rather than the null it returns on earlier Android versions. This impacts locale detection, causing devices to always appear to be in en-US. This patch conditionally ignores "C" if MOZ_WIDGET_ANDROID is set.