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

Commit 3a14eeb5 authored by Adam Cohen's avatar Adam Cohen
Browse files

Bit of code cleanup (issue 11648206)

Change-Id: I2d04bbbdb037de089a16da236dadc4f5950504da
parent 202e4fda
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -708,7 +708,12 @@ public class Workspace extends SmoothPagedView
                        onComplete, stripEmptyScreens);
            }
            return;
        } else if (stripEmptyScreens) {
            // If we're not going to strip the empty screens after removing
            // the extra empty screen, do it right away.
            stripEmptyScreens();
        }

        if (onComplete != null) {
            onComplete.run();
        }