Skip to content

setOnCompleteListener executes before password masking #8

@adityagoel19

Description

@adityagoel19

Hi,

Great work on this! I just have a small problem which may be due to my lack of understanding of use of this library. I have a pinview with 4 boxes, 1 number each and setMaskPassword is enabled. I have added a setOnCompleteListener on the pinview and it fires as expected.

However, I am having trouble with password masking which is not working. Let me explain the observed behavior.

Upon entering first digit, the digit is not masked and the number is displayed on the screen.
Same with entering second and third digits.
Upon entering fourth digit, the setOnCompleteListener callback is called and then after a second all four boxes are masked. I am guessing when setOnCompleteListener finishes, the masking is done.

Please help.

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