Adjust logging of launcher2 launch times, and make all apps loading wait a little longer,

even though usually it happens later anyway.

For bug 2226555.
This commit is contained in:
Joe Onorato
2009-11-02 12:01:11 -05:00
parent a4c0cb9655
commit 080d9b614e
5 changed files with 40 additions and 16 deletions
+1 -1
View File
@@ -505,7 +505,7 @@ public class LauncherModel extends BroadcastReceiver {
// This way we don't start loading all apps until the workspace has settled
// down.
synchronized (LoaderThread.this) {
mHandler.post(new Runnable() {
mHandler.postIdle(new Runnable() {
public void run() {
synchronized (LoaderThread.this) {
mWorkspaceDoneBinding = true;