Commit 7eed6045 authored by Michael Jurka's avatar Michael Jurka
Browse files

Get rid of explicit GC requests

Bug: 7370913
parent 4cd7f281
......@@ -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();
}
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment