Loading packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +3 −0 Original line number Diff line number Diff line Loading @@ -1268,6 +1268,9 @@ public class NotificationStackScrollLayoutController { } public void updateSectionBoundaries(String reason) { if (mFeatureFlags.isNewNotifPipelineRenderingEnabled()) { return; } mView.updateSectionBoundaries(reason); } Loading Loading
packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/NotificationStackScrollLayoutController.java +3 −0 Original line number Diff line number Diff line Loading @@ -1268,6 +1268,9 @@ public class NotificationStackScrollLayoutController { } public void updateSectionBoundaries(String reason) { if (mFeatureFlags.isNewNotifPipelineRenderingEnabled()) { return; } mView.updateSectionBoundaries(reason); } Loading