commit | 261043183553b8b824ddfcab9470ab00c8efc3a5 | [log] [tgz] |
---|---|---|
author | Android Build Merger (Role) <noreply-android-build-merger@google.com> | Mon May 14 18:25:31 2018 +0000 |
committer | Android Build Merger (Role) <noreply-android-build-merger@google.com> | Mon May 14 18:25:31 2018 +0000 |
tree | 6e9087a8632407ac3e2d81958dedc6e448681706 | |
parent | dd5cc877aea1057332ca332165a9825ee37afacf [diff] | |
parent | 73954df6455e9f0b36338c04145904e1dab3d3e3 [diff] |
[automerger] Ensure that animaiton.end() is properly dispatched am: 73954df645 Change-Id: Icd6f995c3e47472177d735530de0956f8ce6874b
diff --git a/quickstep/src/com/android/launcher3/LauncherAnimationRunner.java b/quickstep/src/com/android/launcher3/LauncherAnimationRunner.java index 29399142..e346310 100644 --- a/quickstep/src/com/android/launcher3/LauncherAnimationRunner.java +++ b/quickstep/src/com/android/launcher3/LauncherAnimationRunner.java
@@ -118,6 +118,7 @@ finish(); } else if (mFinished) { // Animation callback was already finished, skip the animation. + mAnimator.start(); mAnimator.end(); } else { // Start the animation