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

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

Merge "[flexiglass] legacy flag assert in NSSLC#setHeadsUpBoundaries" into main

parents 3beaa244 275a434b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1426,6 +1426,7 @@ public class NotificationStackScrollLayoutController implements Dumpable {
    }

    public void setHeadsUpBoundaries(int height, int bottomBarHeight) {
        SceneContainerFlag.assertInLegacyMode();
        mView.setHeadsUpBoundaries(height, bottomBarHeight);
    }