summaryrefslogtreecommitdiffstats
path: root/src/com/android
diff options
context:
space:
mode:
authorMichael Jurka <mikejurka@google.com>2012-10-19 17:22:00 +0200
committerMichael Jurka <mikejurka@google.com>2012-10-19 17:22:00 +0200
commit7eed60454d1b6537030f3a1b5c7f502a62f0d345 (patch)
tree3f6bd8e154ff625b9800aa8978f04702e9873364 /src/com/android
parent4cd7f281056740cc22eccd156c34b98b5816d370 (diff)
downloadandroid_packages_apps_Trebuchet-7eed60454d1b6537030f3a1b5c7f502a62f0d345.tar.gz
android_packages_apps_Trebuchet-7eed60454d1b6537030f3a1b5c7f502a62f0d345.tar.bz2
android_packages_apps_Trebuchet-7eed60454d1b6537030f3a1b5c7f502a62f0d345.zip
Get rid of explicit GC requests
Bug: 7370913
Diffstat (limited to 'src/com/android')
-rw-r--r--src/com/android/launcher2/AppsCustomizeTabHost.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/com/android/launcher2/AppsCustomizeTabHost.java b/src/com/android/launcher2/AppsCustomizeTabHost.java
index 5b33c3168..96ec33ea8 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();
}
}