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

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

Merge "Made sure the headsup doesn't disappear after bypassing" into qt-r1-dev am: 88bbb2a9

am: 33a2fbcd

Change-Id: Iefdfe0a49c207e508d935eca8763074aade4c2c6
parents 0527c809 33a2fbcd
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -514,11 +514,11 @@ public class StackScrollAlgorithm {
        for (int i = 0; i < childCount; i++) {
            View child = algorithmState.visibleChildren.get(i);
            if (!(child instanceof ExpandableNotificationRow)) {
                break;
                continue;
            }
            ExpandableNotificationRow row = (ExpandableNotificationRow) child;
            if (!row.isHeadsUp()) {
                break;
                continue;
            }
            ExpandableViewState childState = row.getViewState();
            if (topHeadsUpEntry == null && row.mustStayOnScreen() && !childState.headsUpIsVisible) {