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