Bug 868460 - Fix getAlpha() in AnimatorProxy (r=mfinkle)

This commit is contained in:
Lucas Rocha 2013-05-07 18:04:10 +01:00
parent 94b2b45b87
commit 82b00c4ee0

View File

@ -231,7 +231,7 @@ public class AnimatorProxy {
@Override
public float getAlpha() {
return mTranslationX;
return mAlpha;
}
@Override