diff options
author | Michael Jurka <mikejurka@google.com> | 2012-10-22 17:08:15 -0700 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2012-10-22 17:08:16 -0700 |
commit | 9dc882be0f9cfa21f2f73b1bd4c9d75612ac5bfc (patch) | |
tree | 5a574b14f2ccbc3f2a3c3119e72ffbe87f0d3a95 /src/com | |
parent | ee4513920446ace2bc2659e3315f5b648ec1e313 (diff) | |
parent | 7eed60454d1b6537030f3a1b5c7f502a62f0d345 (diff) | |
download | packages_apps_trebuchet-9dc882be0f9cfa21f2f73b1bd4c9d75612ac5bfc.zip packages_apps_trebuchet-9dc882be0f9cfa21f2f73b1bd4c9d75612ac5bfc.tar.gz packages_apps_trebuchet-9dc882be0f9cfa21f2f73b1bd4c9d75612ac5bfc.tar.bz2 |
Merge "Get rid of explicit GC requests" into jb-mr1-dev
Diffstat (limited to 'src/com')
-rw-r--r-- | src/com/android/launcher2/AppsCustomizeTabHost.java | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/launcher2/AppsCustomizeTabHost.java b/src/com/android/launcher2/AppsCustomizeTabHost.java index 5b33c31..96ec33e 100644 --- a/src/com/android/launcher2/AppsCustomizeTabHost.java +++ b/src/com/android/launcher2/AppsCustomizeTabHost.java @@ -352,11 +352,6 @@ public class AppsCustomizeTabHost extends TabHost implements LauncherTransitiona // force building the layer, so you don't get a blip early in an animation // when the layer is created layer buildLayer(); - - // Let the GC system know that now is a good time to do any garbage - // collection; makes it less likely we'll get a GC during the all apps - // to workspace animation - System.gc(); } } |