Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e153d82a authored by Lyn Han's avatar Lyn Han
Browse files

Disable overscroll

Test: manual
Change-Id: Id3b2c13701e75cadb4e083f63756f834f2cf289f
parent f02ab425
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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