eltos / SimpleDialogFragments

An Android library to create dialogs with ease and handle user interaction reliably, using fragments and material design.
Apache License 2.0
119 stars 17 forks source link

ColorWheelView.OnColorChangeListener is not public #22

Closed Robyer closed 6 years ago

Robyer commented 6 years ago

I used ColorWheelView in my layout and I wanted to set ColorPicker.setOnColorChangeListener(OnColorChangeListener listener);, but I can't use/implement the OnColorChangeListener interface as it's marked package-private. It should be marked as public instead.

eltos commented 6 years ago

Fixed. Sorry for the inconvenience.

eltos commented 6 years ago

Published in v2.2.2