* commit '8f719ef82518e764482d01e5113ed6b0fc020c49': Get rid of explicit GC requests
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user