Commit 65e43032 authored by Adam Cohen's avatar Adam Cohen
Browse files

Fix build

Change-Id: I17944c557970ed35e1bc67f6f3e3372ff88651ad
parent 474a3573
......@@ -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;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment