Loading src/com/android/launcher3/Workspace.java +2 −0 Original line number Diff line number Diff line Loading @@ -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(); } } Loading Loading
src/com/android/launcher3/Workspace.java +2 −0 Original line number Diff line number Diff line Loading @@ -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(); } } Loading