Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +2 −0 Original line number Diff line number Diff line Loading @@ -2226,6 +2226,8 @@ public class NotificationPanelViewController extends PanelViewController { left = mNotificationStackScrollLayoutController.getLeft(); right = mNotificationStackScrollLayoutController.getRight(); } // top should never be lower than bottom, otherwise it will be invisible. top = Math.min(top, bottom); applyQSClippingBounds(left, top, right, bottom, visible); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +2 −0 Original line number Diff line number Diff line Loading @@ -2226,6 +2226,8 @@ public class NotificationPanelViewController extends PanelViewController { left = mNotificationStackScrollLayoutController.getLeft(); right = mNotificationStackScrollLayoutController.getRight(); } // top should never be lower than bottom, otherwise it will be invisible. top = Math.min(top, bottom); applyQSClippingBounds(left, top, right, bottom, visible); } Loading