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

Commit 13eda2a7 authored by Jorge Ruesga's avatar Jorge Ruesga
Browse files

Trebuchet: Fix fadein adjacent screens for stack transition

Change-Id: I3bda2eeddc49495c5e7c6ce11e23aa01729cfa23
JIRA: CYAN-1131
Issue: https://jira.cyanogenmod.org/browse/CYAN-1131


Signed-off-by: default avatarJorge Ruesga <jorge@ruesga.com>
parent dbdd23be
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1577,6 +1577,9 @@ public class Workspace extends PagedView
                } else if (cl.getVisibility() != VISIBLE) {
                    cl.setVisibility(VISIBLE);
                }
                if (mFadeInAdjacentScreens && !isSmall()) {
                    setCellLayoutFadeAdjacent(cl, scrollProgress);
                }
            }
        }
        invalidate();