Wednesday, June 9, 2010

[android-developers] Maybe a bug In LauncherModel.java function bindWorkspace()

Hi when we look into code LauncherModel.java function bindWorkspace()
for below code snap
// Wait until the queue goes empty.
mHandler.postIdle(new Runnable() {
public void run() {
if (DEBUG_LOADERS) {
Log.d(TAG, "Going to start binding widgets
soon.");
}
}
});
Can someone explain why we need this wait,I think this maybe cause bug
in qwerty phone.
Any help is appreciate.

--
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment