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

Commit 55fa76b0 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Skip fix when scene container is enabled." into main

parents 33a6fffc 1fb4f502
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -1884,7 +1884,8 @@ public final class NotificationPanelViewController implements
                || expandedHeight > mHeadsUpStartHeight);
        if (goingBetweenClosedShadeAndExpandedQs && qsShouldExpandWithHeadsUp) {
            float qsExpansionFraction;
            if (mSplitShadeEnabled && !Flags.bouncerUiRevamp()) {
            if (mSplitShadeEnabled && (SceneContainerFlag.isEnabled()
                    || !Flags.bouncerUiRevamp())) {
                qsExpansionFraction = 1;
            } else if (isKeyguardShowing()) {
                // On Keyguard, interpolate the QS expansion linearly to the panel expansion