From 7eed60454d1b6537030f3a1b5c7f502a62f0d345 Mon Sep 17 00:00:00 2001 From: Michael Jurka Date: Fri, 19 Oct 2012 17:22:00 +0200 Subject: Get rid of explicit GC requests Bug: 7370913 --- src/com/android/launcher2/AppsCustomizeTabHost.java | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/com') 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(); } } -- cgit v1.1