Loading packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowViewController.java +3 −1 Original line number Diff line number Diff line Loading @@ -736,7 +736,9 @@ public class NotificationShadeWindowViewController implements Dumpable { event.recycle(); mTouchCancelled = true; } if (!SceneContainerFlag.isEnabled()) { mAmbientState.setSwipingUp(false); } if (MigrateClocksToBlueprint.isEnabled()) { mDragDownHelper.stopDragging(); } Loading Loading
packages/SystemUI/src/com/android/systemui/shade/NotificationShadeWindowViewController.java +3 −1 Original line number Diff line number Diff line Loading @@ -736,7 +736,9 @@ public class NotificationShadeWindowViewController implements Dumpable { event.recycle(); mTouchCancelled = true; } if (!SceneContainerFlag.isEnabled()) { mAmbientState.setSwipingUp(false); } if (MigrateClocksToBlueprint.isEnabled()) { mDragDownHelper.stopDragging(); } Loading