Merge changes from topic "am-99fcacb9-83c9-4450-9a4c-50857df20a29" into ub-launcher3-master

* changes:
  [automerger] Ensure that animaiton.end() is properly dispatched am: 73954df645
  Ensure that animaiton.end() is properly dispatched
This commit is contained in:
TreeHugger Robot
2018-05-14 21:42:34 +00:00
committed by Android (Google) Code Review

View File

@@ -118,6 +118,7 @@ public abstract class LauncherAnimationRunner implements RemoteAnimationRunnerCo
finish();
} else if (mFinished) {
// Animation callback was already finished, skip the animation.
mAnimator.start();
mAnimator.end();
} else {
// Start the animation