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

Commit 77408625 authored by Steve Elliott's avatar Steve Elliott
Browse files

[flexiglass] Disable NotifShadeWindowViewCtrlr AmbientState swipe update

Flag: com.android.systemui.scene_container
Fixes: 370103413
Test: turn off display on Tangor Pro, verify SysUI does not crash
Change-Id: I48b89621364156c259c8b8ed370451f69bca63fd
parent 4bbcccd2
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -736,7 +736,9 @@ public class NotificationShadeWindowViewController implements Dumpable {
            event.recycle();
            mTouchCancelled = true;
        }
        if (!SceneContainerFlag.isEnabled()) {
            mAmbientState.setSwipingUp(false);
        }
        if (MigrateClocksToBlueprint.isEnabled()) {
            mDragDownHelper.stopDragging();
        }