summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherViewPropertyAnimator.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/launcher2/LauncherViewPropertyAnimator.java')
-rw-r--r--src/com/android/launcher2/LauncherViewPropertyAnimator.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher2/LauncherViewPropertyAnimator.java b/src/com/android/launcher2/LauncherViewPropertyAnimator.java
index 88b4cb4b8..3ffc418ae 100644
--- a/src/com/android/launcher2/LauncherViewPropertyAnimator.java
+++ b/src/com/android/launcher2/LauncherViewPropertyAnimator.java
@@ -215,6 +215,7 @@ public class LauncherViewPropertyAnimator extends Animator implements AnimatorLi
}
mViewPropertyAnimator.setListener(this);
mViewPropertyAnimator.start();
+ LauncherAnimUtils.cancelOnDestroyActivity(this);
}
public LauncherViewPropertyAnimator translationX(float value) {