Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +1 −1 Original line number Diff line number Diff line Loading @@ -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); } Loading