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

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14188305

Change-Id: Ib03f315629684d88c02ce89dc08e83756d3420c5
This commit is contained in:
TreeHugger Robot
2021-04-15 18:38:59 +00:00
committed by Automerger Merge Worker

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