joielechong / CountryCodePicker

Country Code Picker (CCP) is an android library which provides an easy way to search and select country phone code ( national code ) for the telephone number.
Apache License 2.0
315 stars 143 forks source link

'java.lang.String com.rilixtech.widget.countrycodepicker.Country.getIso()' on a null object reference #114

Open TestereNecmi opened 2 years ago

TestereNecmi commented 2 years ago

Some Huawei devices getting this error while retrieving country code

String countryCode = countryCodePicker.getSelectedCountryNameCode();

java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.rilixtech.widget.countrycodepicker.Country.getIso()' on a null object reference