Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
halo
packages_apps_Launcher2
Commits
7eed6045
Commit
7eed6045
authored
12 years ago
by
Michael Jurka
Browse files
Options
Download
Email Patches
Plain Diff
Get rid of explicit GC requests
Bug: 7370913
parent
4cd7f281
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
5 deletions
+0
-5
src/com/android/launcher2/AppsCustomizeTabHost.java
src/com/android/launcher2/AppsCustomizeTabHost.java
+0
-5
No files found.
src/com/android/launcher2/AppsCustomizeTabHost.java
View file @
7eed6045
...
...
@@ -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
();
}
}
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment