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

Commit 7c6c831c authored by András Kurucz's avatar András Kurucz Committed by Android (Google) Code Review
Browse files

Merge "[Flexiglass] Flip a flag assertion in NSSLC" into main

parents d783b2db d2542406
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1623,7 +1623,7 @@ public class NotificationStackScrollLayoutController implements Dumpable {
     * Set the maximum number of notifications that can currently be displayed
     */
    public void setMaxDisplayedNotifications(int maxNotifications) {
        if (SceneContainerFlag.isUnexpectedlyInLegacyMode()) return;
        SceneContainerFlag.assertInLegacyMode();
        mNotificationListContainer.setMaxDisplayedNotifications(maxNotifications);
    }