Disable overscroll

Test: manual
Change-Id: Id3b2c13701e75cadb4e083f63756f834f2cf289f
This commit is contained in:
Lyn Han
2021-03-29 18:11:00 -05:00
parent f02ab42507
commit e153d82a7e

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