summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher2/LauncherModel.java
diff options
context:
space:
mode:
authorWinson Chung <winsonc@google.com>2012-05-07 16:01:11 -0700
committerWinson Chung <winsonc@google.com>2012-05-07 16:01:16 -0700
commit98e030be2abc03e90e9fd9f8bf67e2e01db39cc0 (patch)
tree8cb10b9f4b9f8e24c74e5a64d632f4dd6b6dd767 /src/com/android/launcher2/LauncherModel.java
parent7fb9481d0983f6dd88f8e06b139be696dfc6ce61 (diff)
downloadandroid_packages_apps_Trebuchet-98e030be2abc03e90e9fd9f8bf67e2e01db39cc0.tar.gz
android_packages_apps_Trebuchet-98e030be2abc03e90e9fd9f8bf67e2e01db39cc0.tar.bz2
android_packages_apps_Trebuchet-98e030be2abc03e90e9fd9f8bf67e2e01db39cc0.zip
Fixing comment.
Change-Id: Iee4009746aa4e517aa9537fa3cf63949a8fffd25
Diffstat (limited to 'src/com/android/launcher2/LauncherModel.java')
-rw-r--r--src/com/android/launcher2/LauncherModel.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/com/android/launcher2/LauncherModel.java b/src/com/android/launcher2/LauncherModel.java
index 7e4901e08..bc88a987d 100644
--- a/src/com/android/launcher2/LauncherModel.java
+++ b/src/com/android/launcher2/LauncherModel.java
@@ -1390,9 +1390,10 @@ public class LauncherModel extends BroadcastReceiver {
}
}
});
- // If we're profiling, this is the last thing in the queue.
+ // Cleanup
mHandler.post(new Runnable() {
public void run() {
+ // If we're profiling, ensure this is the last thing in the queue.
if (DEBUG_LOADERS) {
Log.d(TAG, "bound workspace in "
+ (SystemClock.uptimeMillis()-t) + "ms");