Merge "Disable overscroll" into sc-dev

This commit is contained in:
TreeHugger Robot
2021-04-01 02:05:30 +00:00
committed by Android (Google) Code Review

View File

@@ -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