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 83a64f1a53a8a..a86fbc8bae2a2 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java @@ -2245,6 +2245,7 @@ public class NotificationPanelViewController extends PanelViewController { break; case FLING_HIDE: default: + mQs.closeDetail(); target = 0; } if (target == mQsExpansionHeight) {