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

Commit fabd0108 authored by Steve Elliott's avatar Steve Elliott Committed by Android (Google) Code Review
Browse files

Merge "[flexiglass] legacy flag assertion in NSSLC" into main

parents 688f9d71 ded5ff47
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1639,6 +1639,7 @@ public class NotificationStackScrollLayoutController implements Dumpable {
    }

    public void setMaxTopPadding(int padding) {
        SceneContainerFlag.assertInLegacyMode();
        mView.setMaxTopPadding(padding);
    }