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

Commit 336b5d25 authored by Jeff DeCew's avatar Jeff DeCew
Browse files

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

Fixes: 199767031
Test: manual
Change-Id: I01f1eed3edd67095e25ce30c03fab77272688f2b
parent b13b07d9
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -1272,6 +1272,9 @@ public class NotificationStackScrollLayoutController {
    }

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