mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-02-19 10:48:19 +00:00
Merge "Fix for transparent CustomContent screen (issue 11549096)" into jb-ub-now-jolly-elf
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user