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
317 stars 144 forks source link

getSelectedCountryCode retrun null some device #68

Open ALAZZURRI opened 5 years ago

ALAZZURRI commented 5 years ago

Fatal Exception: java.lang.NullPointerException: Attempt to invoke virtual method 'java.lang.String com.rilixtech.Country.getPhoneCode()' on a null object reference at com.rilixtech.CountryCodePicker.getSelectedCountryCode + 658(CountryCodePicker.java:658)

eniz1806 commented 5 years ago

Hello. I am using this too. And I resolve this problem with:

EditText phoneNUmber = findById.....

//REGISTER FIRST ccp.registerPhoneNumberTextView(phoneNumber); String countryCode = "+"+ccp.getSelectedCountryCode(); //AND you should have code in String value.

Best Regards.