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

The pad is not empty after clearOnDoubleClick #66

Open
ClementHard opened this issue Nov 25, 2016 · 1 comment
Open

The pad is not empty after clearOnDoubleClick #66

ClementHard opened this issue Nov 25, 2016 · 1 comment
Labels

Comments

@ClementHard
Copy link

After using the clearOnDoubleClick feature, the pad is not empty (isEmpty() == false).
I want to use the OnSignedListener to toggle a button state but onSigned is always called after the double click gesture.

If you look at this line, you can see that something is drawn after MotionEvent.ACTION_UP events preventing the pad to be cleared properly.

@gcacace gcacace added the bug label Nov 28, 2016
@Mauker1
Copy link

Mauker1 commented Jul 31, 2017

I've made a PR to fix this. As you can see on #91

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

No branches or pull requests

3 participants