summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/LauncherStateTransitionAnimation.java
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2015-08-05 12:32:47 -0700
committerSunny Goyal <sunnygoyal@google.com>2015-08-05 12:33:05 -0700
commitd1ea63f24a751521e6c35cc06be0e548e0b04f23 (patch)
treef0d257a6dcd62f900e2f26ed87fe7f96b581ec72 /src/com/android/launcher3/LauncherStateTransitionAnimation.java
parent7ca3250a10d608c06a733a92cd61a2feadb9007f (diff)
downloadandroid_packages_apps_Trebuchet-d1ea63f24a751521e6c35cc06be0e548e0b04f23.tar.gz
android_packages_apps_Trebuchet-d1ea63f24a751521e6c35cc06be0e548e0b04f23.tar.bz2
android_packages_apps_Trebuchet-d1ea63f24a751521e6c35cc06be0e548e0b04f23.zip
Removing some synthetic method creation
Change-Id: Icb6b38f78aa56ad2c11e2ccc8005994ac4b86a91
Diffstat (limited to 'src/com/android/launcher3/LauncherStateTransitionAnimation.java')
-rw-r--r--src/com/android/launcher3/LauncherStateTransitionAnimation.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/android/launcher3/LauncherStateTransitionAnimation.java b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
index acace8299..5a3f3dc7a 100644
--- a/src/com/android/launcher3/LauncherStateTransitionAnimation.java
+++ b/src/com/android/launcher3/LauncherStateTransitionAnimation.java
@@ -792,7 +792,7 @@ public class LauncherStateTransitionAnimation {
}
}
- private void cleanupAnimation() {
+ @Thunk void cleanupAnimation() {
mCurrentAnimation = null;
}
}