Merge "Anchoring bottom of notifications scrim in split shade mode" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ca6a54ed9b
@@ -2018,7 +2018,7 @@ public class NotificationPanelViewController extends PanelViewController {
|
|||||||
right = getView().getRight();
|
right = getView().getRight();
|
||||||
} else {
|
} else {
|
||||||
top = Math.min(qsPanelBottomY, mSplitShadeNotificationsTopPadding);
|
top = Math.min(qsPanelBottomY, mSplitShadeNotificationsTopPadding);
|
||||||
bottom = getExpandedHeight() - mSplitShadeNotificationsTopPadding;
|
bottom = mNotificationStackScrollLayoutController.getHeight();
|
||||||
left = mNotificationStackScrollLayoutController.getLeft();
|
left = mNotificationStackScrollLayoutController.getLeft();
|
||||||
right = mNotificationStackScrollLayoutController.getRight();
|
right = mNotificationStackScrollLayoutController.getRight();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user