Fix build

Change-Id: I17944c557970ed35e1bc67f6f3e3372ff88651ad
This commit is contained in:
Adam Cohen
2014-03-03 11:37:21 -08:00
parent 474a35735a
commit 65e43032c8
+1 -1
View File
@@ -863,7 +863,7 @@ public class Workspace extends SmoothPagedView
// Log to disk
Launcher.addDumpLog(TAG, "11683562 - stripEmptyScreens()", true);
if (isWorkspaceLoading()) {
if (mLauncher.isWorkspaceLoading()) {
// Don't strip empty screens if the workspace is still loading
Launcher.addDumpLog(TAG, " - workspace loading, skip", true);
return;