mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
Fix translationX that should be translationY
Change-Id: Ie1dc8b327a312d206050926ea9f5572113727c57
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user