mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-20 11:18:21 +00:00
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:
committed by
Android (Google) Code Review
commit
4767f66cb8
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user