yarolegovich / MaterialPreferences

A highly flexible set of lovely looking views that provides functionality of preferences.
Apache License 2.0
484 stars 65 forks source link

Update vintage chroma #10

Closed mario closed 6 years ago

mario commented 7 years ago

Fixed an error that prevents app from compiling due to clashing label attribute.

yarolegovich commented 6 years ago

I suspect the problem you were facing was due to your onClick method implementation. You were probably calling removeListener there. To fix this kind of error you need to iterate the list in a reverse order.