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

This commit is contained in:
Lucas Rocha 2013-05-07 18:04:10 +01:00
Родитель 0b9dbd9c2f
Коммит ab699590dc
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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