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:
Adam Cohen
2013-11-15 10:22:04 -08:00
committed by Android Git Automerger
+2
View File
@@ -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();
}
}