From e153d82a7e0cd770f290d92c786d2c24c17f9a1d Mon Sep 17 00:00:00 2001 From: Lyn Han Date: Mon, 29 Mar 2021 18:11:00 -0500 Subject: [PATCH] Disable overscroll Test: manual Change-Id: Id3b2c13701e75cadb4e083f63756f834f2cf289f --- .../statusbar/phone/NotificationPanelViewController.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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