Merge "New pipeline: Section manager is old pipeline, so don't call it for the new."

This commit is contained in:
TreeHugger Robot
2021-09-14 21:47:28 +00:00
committed by Android (Google) Code Review

View File

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