mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Fixing comment.
Change-Id: Iee4009746aa4e517aa9537fa3cf63949a8fffd25
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user