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) {