Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Invalid input String error #6

Open
n-droidev opened this issue Nov 23, 2021 · 0 comments
Open

Invalid input String error #6

n-droidev opened this issue Nov 23, 2021 · 0 comments

Comments

@n-droidev
Copy link

You wrote this code in library.. But I dont understand why.. If result is a word that has 2 letters library gives this error.. This error occurs when I translate to Chinese:

                if(temp.length()>2)
                {
                    listener.onSuccess(temp);
                }else {listener.onFailure("Invalid Input String");}

Please remove or change 2 to 0 in this code..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant