hbb20 / CountryCodePickerProject

Country Code Picker (CCP) is an android library which provides an easy way to search and select country or international phone code. Also supports Android EditText phone mask and international phone validation.
Apache License 2.0
1.52k stars 506 forks source link

Lebanon phone prefex (78) should be valid #321

Closed MohHamoud closed 5 years ago

MohHamoud commented 5 years ago

The function CountryCodePicker.isValidFullNumber In Lebanon for the phone number +961 78 45 45 45 should return true, but instead it is returning false The phone number prefix 78 became valid couple of years ago in Lebanon

MohHamoud commented 5 years ago

Turns out that the prefix 78 is being validated correctly, but the first digit after 78 is limited to some digits Closing this issue as there is no problem with the prefix 78