diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java index d3da0bce0a155..d7148b01a44f8 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/phone/NotificationPanelViewController.java @@ -2625,8 +2625,7 @@ public class NotificationPanelViewController extends PanelViewController { return; } mSectionPadding = padding; - mQsFrame.setTranslationY(padding); - mNotificationStackScrollLayoutController.setSectionPadding(padding); + // TODO(b/172289889) update overscroll to spec } @Override