From 64893151ceff7b8a997c60520d369d5deb4285ac Mon Sep 17 00:00:00 2001 From: Dave Mankoff Date: Wed, 28 Apr 2021 16:08:18 -0400 Subject: [PATCH] Close QS Detail before hiding QS. Bug: 186656744 Test: manual Change-Id: Ibe314260c946ca4c2a636654c71a40ff331cf838 --- .../statusbar/phone/NotificationPanelViewController.java | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java index 8574830e642ce..aeac1ef7a65a0 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java @@ -2237,6 +2237,7 @@ public class NotificationPanelViewController extends PanelViewController { break; case FLING_HIDE: default: + mQs.closeDetail(); target = 0; } if (target == mQsExpansionHeight) {