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

Commit ded5ff47 authored by Steve Elliott's avatar Steve Elliott
Browse files

[flexiglass] legacy flag assertion in NSSLC

Assertion is already present in the NSSL, this just adds some clarity.

Flag: com.android.systemui.scene_container DEVELOPMENT
Fixes: 348012448
Test: make
Change-Id: I7f70d5bac30c76edc2b032f4cdf32f45bc035696
parent 41f8d5b3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1631,6 +1631,7 @@ public class NotificationStackScrollLayoutController implements Dumpable {
    }

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