java.lang.NumberFormatException
Drjacky opened this issue · 1 comments
Drjacky commented
When I have this number: "+2581111111111111111111111111111113333331313333"
I get this error in this line: Phonenumber.PhoneNumber()
:
java.lang.NumberFormatException: For input string.
In subscribeActual
on SingleCreate
class.
MichaelRocks commented
Hi @Drjacky, this library is an Android port of Google's libphonenumber. I don't fix any bugs in libphonenumber. If you think you've found a bug you should report it to the original repo.