google-developer-training / advanced-android-kotlin-animation-property-animation

Other
12 stars 93 forks source link

Wrong button variables on Step 7 & 8 #1

Closed octogene closed 4 years ago

octogene commented 4 years ago

Step 7, in the fader method, the line animator.disableViewDuringAnimation(fade) should be replaced by animator.disableViewDuringAnimation(fadeButton)

Step 8, in the colorizer method, the line animator.disableViewDuringAnimation(bgColor) should be replaced by animator.disableViewDuringAnimation(colorizeButton)

chethaase commented 4 years ago

Sorry I missed this when you filed it - there were a few related naming problems resulting from a refactor I did recently. Should be fixed now.