Loading packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -2018,7 +2018,7 @@ public class NotificationPanelViewController extends PanelViewController { right = getView().getRight(); } else { top = Math.min(qsPanelBottomY, mSplitShadeNotificationsTopPadding); bottom = getExpandedHeight() - mSplitShadeNotificationsTopPadding; bottom = mNotificationStackScrollLayoutController.getHeight(); left = mNotificationStackScrollLayoutController.getLeft(); right = mNotificationStackScrollLayoutController.getRight(); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +1 −1 Original line number Diff line number Diff line Loading @@ -2018,7 +2018,7 @@ public class NotificationPanelViewController extends PanelViewController { right = getView().getRight(); } else { top = Math.min(qsPanelBottomY, mSplitShadeNotificationsTopPadding); bottom = getExpandedHeight() - mSplitShadeNotificationsTopPadding; bottom = mNotificationStackScrollLayoutController.getHeight(); left = mNotificationStackScrollLayoutController.getLeft(); right = mNotificationStackScrollLayoutController.getRight(); } Loading