diff options
| -rw-r--r-- | packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java index 608fe95ee92a..41195aa0f72e 100644 --- a/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +++ b/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java @@ -1426,6 +1426,7 @@ public class NotificationStackScrollLayoutController implements Dumpable { } public void setHeadsUpBoundaries(int height, int bottomBarHeight) { + SceneContainerFlag.assertInLegacyMode(); mView.setHeadsUpBoundaries(height, bottomBarHeight); } |