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

Commit bcc96eb5 authored by Steve Elliott's avatar Steve Elliott Committed by Android (Google) Code Review
Browse files

Merge "fix gap in expanded bundle w/ physical notif mvmt" into main

parents 9450a95d 7b8d3914
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -612,8 +612,14 @@ public class NotificationChildrenContainer extends ViewGroup
    }

    public float getChildRenderingStartPosition() {
        // NOTE: if the non-bundle header is ever changed to have different expanded/collapsed
        // heights, we may want to remove this isBundle() check.
        if (isBundle() && mChildrenExpanded) {
            return mHeaderHeight + getAdditionalExpandedHeaderMargin() + mDividerHeight;
        } else {
            return mHeaderHeight + mDividerHeight;
        }
    }

    /**
     * Recreate the low-priority header.