Skip to content

Invalid input String error #6

@n-droidev

Description

@n-droidev

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..

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions