am 202e4fda: Merge "Fix for transparent CustomContent screen (issue 11549096)" into jb-ub-now-jolly-elf
* commit '202e4fdafb5e4e94dd925905c1553bd92e61985e': Fix for transparent CustomContent screen (issue 11549096)
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