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

Commit 202e4fda authored by Adam Cohen's avatar Adam Cohen Committed by Android (Google) Code Review
Browse files

Merge "Fix for transparent CustomContent screen (issue 11549096)" into jb-ub-now-jolly-elf

parents b427f30e 1774a8a0
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2336,7 +2336,9 @@ public class Workspace extends SmoothPagedView
    void hideCustomContentIfNecessary() {
        boolean hide  = mState != Workspace.State.NORMAL;
        if (hide && hasCustomContent()) {
            disableLayoutTransitions();
            mWorkspaceScreens.get(CUSTOM_CONTENT_SCREEN_ID).setVisibility(INVISIBLE);
            enableLayoutTransitions();
        }
    }