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

Usage 3 the method onDraw is wrong #6

Closed
gongwen opened this issue Dec 26, 2016 · 1 comment
Closed

Usage 3 the method onDraw is wrong #6

gongwen opened this issue Dec 26, 2016 · 1 comment

Comments

@gongwen
Copy link

gongwen commented Dec 26, 2016

in usage 3
it is wrong that the first line of the method of onDraw ?
it has a error of java.lang.StackOverflowError.
it should be super.onDraw(canvas);

@ahmedre
Copy link

ahmedre commented Dec 26, 2016

thanks for reporting this -
yep, you're right - that should be super.onDraw(canvas)
i put up a patch for it internally - it should get pushed out sometime in the next day or two.

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

2 participants