Bug 905139 - Fix alpha setter for pre-HC AnimatorProxy (r=sriram)

This commit is contained in:
Lucas Rocha 2013-08-14 23:18:56 +01:00
parent d031db52f8
commit cb8f321ee2

View File

@ -236,7 +236,7 @@ class AnimatorProxy {
@Override
public void setAlpha(float alpha) {
if (alpha == alpha)
if (mAlpha == alpha)
return;
mAlpha = alpha;