New pipeline: Section manager is old pipeline, so don't call it for the new. am: 61499496b1

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/16150088

Change-Id: Icfea3ac97fe9d07caa00099f9d71ea477c8282da
This commit is contained in:
Jeff DeCew
2021-10-30 00:18:08 +00:00
committed by Automerger Merge Worker

View File

@@ -1300,6 +1300,9 @@ public class NotificationStackScrollLayoutController {
} }
public void updateSectionBoundaries(String reason) { public void updateSectionBoundaries(String reason) {
if (mFeatureFlags.isNewNotifPipelineRenderingEnabled()) {
return;
}
mView.updateSectionBoundaries(reason); mView.updateSectionBoundaries(reason);
} }