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

Commit 1fb4f502 authored by Chandru S's avatar Chandru S
Browse files

Skip fix when scene container is enabled.

This rules out ag/33668175 as a possible cause for b/423787279
Shade window remains visible and keeps intercepting touches in the following scenario:
 1. Swipe down with three fingers to show the notification screen
 2. Without moving the cursor, swipe up with two fingers to dismiss the notification screen.

Bug: 423787279
Flag: com.android.systemui.scene_container
Test: NA, unable to verify the fix as it affects only AL devices.
Change-Id: I2f1989817d2dbad7191bba099a0fba47e25466a3
parent 3f9abb82
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