Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −1 Original line number Diff line number Diff line Loading @@ -3082,7 +3082,7 @@ public class NotificationPanelView extends PanelView implements * @param x the x-coordinate the touch event */ protected void updateVerticalPanelPosition(float x) { if (mNotificationStackScroller.getWidth() * 1.75f > getWidth()) { if (mKeyguardShowing || mNotificationStackScroller.getWidth() * 1.75f > getWidth()) { resetHorizontalPanelPosition(); return; } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelView.java +1 −1 Original line number Diff line number Diff line Loading @@ -3082,7 +3082,7 @@ public class NotificationPanelView extends PanelView implements * @param x the x-coordinate the touch event */ protected void updateVerticalPanelPosition(float x) { if (mNotificationStackScroller.getWidth() * 1.75f > getWidth()) { if (mKeyguardShowing || mNotificationStackScroller.getWidth() * 1.75f > getWidth()) { resetHorizontalPanelPosition(); return; } Loading