Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b4466eea authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

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

parents e705a713 336b5d25
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1268,6 +1268,9 @@ public class NotificationStackScrollLayoutController {
    }

    public void updateSectionBoundaries(String reason) {
        if (mFeatureFlags.isNewNotifPipelineRenderingEnabled()) {
            return;
        }
        mView.updateSectionBoundaries(reason);
    }