andkulikov / Transitions-Everywhere

Set of extra Transitions on top of Jetpack Transitions Library
Apache License 2.0
4.83k stars 486 forks source link

Fix bug where Recolor could change unrelated backgrounds #89

Closed evant closed 5 years ago

evant commented 5 years ago

ColorDrawable state may be shared between multiple backgrounds that happen to have the same color. By calling mutate first before setting the color, we make sure to only update the background color of the target view.

andkulikov commented 5 years ago

Thank you for your fix!

andkulikov commented 5 years ago

Released in 1.8.1