Fix translationX that should be translationY

Change-Id: Ie1dc8b327a312d206050926ea9f5572113727c57
This commit is contained in:
Tony
2019-03-27 17:03:00 -05:00
parent 75949941b9
commit 2ed8936da1

View File

@@ -121,7 +121,7 @@ public class WorkspaceStateTransitionAnimation {
scaleAndTranslation.translationY, translationInterpolator);
propertySetter.setFloat(hotseat, View.TRANSLATION_Y,
hotseatScaleAndTranslation.translationX, translationInterpolator);
hotseatScaleAndTranslation.translationY, translationInterpolator);
propertySetter.setFloat(mWorkspace.getPageIndicator(), View.TRANSLATION_Y,
hotseatScaleAndTranslation.translationY, translationInterpolator);