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

Commit 4827cb08 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents d0ba2cd4 d3c523f4
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()) {