Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +5 −1 Original line number Diff line number Diff line Loading @@ -733,7 +733,11 @@ public class NotificationPanelView extends PanelView implements mQsExpandImmediate = true; mNotificationStackScroller.setShouldShowShelfOnly(true); } if (isFullyCollapsed()){ expand(true /* animate */); } else { flingSettings(0 /* velocity */, FLING_EXPAND); } } public void expandWithoutQs() { Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +5 −1 Original line number Diff line number Diff line Loading @@ -733,7 +733,11 @@ public class NotificationPanelView extends PanelView implements mQsExpandImmediate = true; mNotificationStackScroller.setShouldShowShelfOnly(true); } if (isFullyCollapsed()){ expand(true /* animate */); } else { flingSettings(0 /* velocity */, FLING_EXPAND); } } public void expandWithoutQs() { Loading