From 65e43032c8962765a3e89826d4312042a03ee3be Mon Sep 17 00:00:00 2001 From: Adam Cohen Date: Mon, 3 Mar 2014 11:37:21 -0800 Subject: [PATCH] Fix build Change-Id: I17944c557970ed35e1bc67f6f3e3372ff88651ad --- src/com/android/launcher3/Workspace.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/com/android/launcher3/Workspace.java b/src/com/android/launcher3/Workspace.java index 7e01232371..86c603e875 100644 --- a/src/com/android/launcher3/Workspace.java +++ b/src/com/android/launcher3/Workspace.java @@ -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;