Loading quickstep/src/com/android/launcher3/taskbar/TaskbarLauncherStateController.java +1 −0 Original line number Diff line number Diff line Loading @@ -372,6 +372,7 @@ import java.util.function.Supplier; // If we're already animating to the value, just leave it be instead of restarting it. if (!mIconAlignmentForLauncherState.isAnimatingToValue(toAlignment)) { mIconAlignmentForLauncherState.finishAnimation(); animatorSet.play(mIconAlignmentForLauncherState.animateToValue(toAlignment) .setDuration(duration)); } Loading Loading
quickstep/src/com/android/launcher3/taskbar/TaskbarLauncherStateController.java +1 −0 Original line number Diff line number Diff line Loading @@ -372,6 +372,7 @@ import java.util.function.Supplier; // If we're already animating to the value, just leave it be instead of restarting it. if (!mIconAlignmentForLauncherState.isAnimatingToValue(toAlignment)) { mIconAlignmentForLauncherState.finishAnimation(); animatorSet.play(mIconAlignmentForLauncherState.animateToValue(toAlignment) .setDuration(duration)); } Loading