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

Commit d83911cb 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

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