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

Commit 1774a8a0 authored by Adam Cohen's avatar Adam Cohen
Browse files

Fix for transparent CustomContent screen (issue 11549096)

Change-Id: I8b371e3c556a80b7eb3e145a8d4b78f15421046a
parent 4e2683a4
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();
        }
    }