Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +3 −1 Original line number Diff line number Diff line Loading @@ -2535,7 +2535,9 @@ public class NotificationPanelViewController extends PanelViewController { break; case FLING_HIDE: default: if (mQs != null) { mQs.closeDetail(); } target = 0; } if (target == mQsExpansionHeight) { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +3 −1 Original line number Diff line number Diff line Loading @@ -2535,7 +2535,9 @@ public class NotificationPanelViewController extends PanelViewController { break; case FLING_HIDE: default: if (mQs != null) { mQs.closeDetail(); } target = 0; } if (target == mQsExpansionHeight) { Loading