blipinsk / ViewPropertyObjectAnimator

Wrapper of the ObjectAnimator that can be used similarly to ViewPropertyAnimator
Apache License 2.0
348 stars 29 forks source link

Fixed accidental API 19 usage #9

Closed ehehhh closed 8 years ago

ehehhh commented 8 years ago

Changed isAttachedToWindow to ViewCompat.isAttachedToWindow()

blipinsk commented 8 years ago

Oh... How did I actually missed that? :wink: Thanks! :+1:

Will release it right away.

blipinsk commented 8 years ago

I released your fix as 1.4.5 version. Thanks!

ehehhh commented 8 years ago

Glad I could help :)