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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user