am d1ea63f2: Removing some synthetic method creation

* commit 'd1ea63f24a751521e6c35cc06be0e548e0b04f23':
  Removing some synthetic method creation
This commit is contained in:
Sunny Goyal
2015-08-07 18:00:50 +00:00
committed by Android Git Automerger
2 changed files with 6 additions and 4 deletions

View File

@@ -791,7 +791,7 @@ public class LauncherStateTransitionAnimation {
}
}
private void cleanupAnimation() {
@Thunk void cleanupAnimation() {
mCurrentAnimation = null;
}
}