Merge "Anchoring bottom of notifications scrim in split shade mode" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-15 18:22:11 +00:00
committed by Android (Google) Code Review

View File

@@ -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();
}