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

canvas.save(int) removed in API 28. Solution inside. #90

Open
gavingt opened this issue Feb 13, 2019 · 0 comments · May be fixed by #97
Open

canvas.save(int) removed in API 28. Solution inside. #90

gavingt opened this issue Feb 13, 2019 · 0 comments · May be fixed by #97

Comments

@gavingt
Copy link

gavingt commented Feb 13, 2019

The following lines use a method which was deprecated in API 26 and removed in API 28. This makes Proguarding this library impossible:

and

However, the solution is simple. Just use

canvas.save()

instead of

canvas.save(Canvas.CLIP_SAVE_FLAG);

avp90 added a commit to avp90/SublimePicker that referenced this issue Jan 9, 2020
@avp90 avp90 linked a pull request Jan 9, 2020 that will close this issue
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

Successfully merging a pull request may close this issue.

1 participant