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

onRevealPercentChangedListener #4

Open
RickiestRick opened this issue Apr 7, 2020 · 3 comments
Open

onRevealPercentChangedListener #4

RickiestRick opened this issue Apr 7, 2020 · 3 comments

Comments

@RickiestRick
Copy link

onRevealPercentChangedListener dont recognice any scratches when percent is bigger than 0.50.

@AnupKumarPanwar
Copy link
Owner

AnupKumarPanwar commented Apr 10, 2020

This is because the library considers that if the scratch percentage is 50% then the image has been revealed.

public boolean isRevealed() {
    return mRevealPercent >= 0.50;
}

@passmanagerapp
Copy link

@AnupKumarPanwar Isn't it possible to let us to change this percentage ?

@AldazDev
Copy link

AldazDev commented Apr 2, 2023

@AnupKumarPanwar ¿No es posible dejarnos cambiar este porcentaje?

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

4 participants