Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

Fix build

Change-Id: I17944c557970ed35e1bc67f6f3e3372ff88651ad
parent 474a3573
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;