Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add nil check for country code and language code (flutter#4732)
NSLocale objectForKey: may return nil for NSLocaleLanguageCode and NSLocateCountryCode in certain cases. This adds a defensive nil check for such cases.
- Loading branch information