Merge "Fix scrim inset bug in landscape shade" into udc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
ee1c8091c8
@@ -4474,7 +4474,7 @@ public final class NotificationPanelViewController implements ShadeSurface, Dump
|
||||
mDisplayTopInset = combinedInsets.top;
|
||||
mDisplayRightInset = combinedInsets.right;
|
||||
mDisplayLeftInset = combinedInsets.left;
|
||||
mQsController.setDisplayInsets(mDisplayRightInset, mDisplayLeftInset);
|
||||
mQsController.setDisplayInsets(mDisplayLeftInset, mDisplayRightInset);
|
||||
|
||||
mNavigationBarBottomHeight = insets.getStableInsetBottom();
|
||||
updateMaxHeadsUpTranslation();
|
||||
|
||||
Reference in New Issue
Block a user