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

Commit f149e345 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Disable overscroll" into sc-dev am: 82cb4c5d

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/14022328

Change-Id: I62a1ba6af57b86231660448a903ace336074d585
parents aa83cc4f 82cb4c5d
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