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

Commit aa5569ef authored by Selim Cinek's avatar Selim Cinek Committed by android-build-merger
Browse files

Merge "Fixed an issue where heads up where invisible in qs edit" into oc-dev am: 4827cb08

am: d83911cb

Change-Id: If38662e5ab91b09bed4bfa4657e9e9eb1ad4e7be
parents 3c0db1e0 d83911cb
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -416,6 +416,7 @@ public class StackScrollAlgorithm {
                if (i == 0 && row.isAboveShelf()) {
                if (i == 0 && row.isAboveShelf()) {
                    // the first hun can't get off screen.
                    // the first hun can't get off screen.
                    clampHunToMaxTranslation(ambientState, row, childState);
                    clampHunToMaxTranslation(ambientState, row, childState);
                    childState.hidden = false;
                }
                }
            }
            }
            if (row.isPinned()) {
            if (row.isPinned()) {