Closed CmoaToto closed 5 years ago
Thank you so much for catching it and reporting. There is truly no reason for that. I missed it. I will make it consistent in next version. Please allow some time.
Hey @hbb20 , I had a few minutes so I leave you a PR to fix this issue. :)
Merged -> Fixed
Hello,
Is there any reason why the country nameCode are in lowerCase when coming from the LibraryMasterCountriesEnglish code:
https://github.com/hbb20/CountryCodePickerProject/blob/master/ccp/src/main/java/com/hbb20/CCPCountry.java#L1412
and in uppercase when coming from XML:
https://github.com/hbb20/CountryCodePickerProject/blob/master/ccp/src/main/java/com/hbb20/CCPCountry.java#L92
This leads to inconsistency, especially in UnitTest when there is no ressource to use to test. Am I missing something?