oryanm / TrelloWidget

Android widget for Trello's lists
MIT License
61 stars 24 forks source link

Fix StackOverflowError when selecting colors #14

Closed lack closed 8 years ago

lack commented 8 years ago

The kotlin 'with' overloads the hides the ColorPreference.color we intend to set in the onColorChangedListener with the view.color_picker.color that causes this same onColorChangedListener to fire.