OSDN Git Service

Fix build
authorAdam Cohen <adamcohen@google.com>
Mon, 3 Mar 2014 19:37:21 +0000 (11:37 -0800)
committerAdam Cohen <adamcohen@google.com>
Mon, 3 Mar 2014 19:37:27 +0000 (11:37 -0800)
Change-Id: I17944c557970ed35e1bc67f6f3e3372ff88651ad

src/com/android/launcher3/Workspace.java

index 7e01232..86c603e 100644 (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;