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:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user