martin-stone / hsv-alpha-color-picker-android

A color picker and a color preference for use in Android applications.
Apache License 2.0
290 stars 60 forks source link

Impossible to use the library on android P #46

Closed baldapps closed 6 years ago

baldapps commented 6 years ago

The method int save(int) in Canvas has been removed with a couple of constants. You need to replace the int save(int) method with a call of int save(), the version without parameters. At the moment the library is totally broken.

martin-stone commented 6 years ago

Thanks for reporting the issue. Fixed in version 2.4.0.