New pipeline: Section manager is old pipeline, so don't call it for the new.
Fixes: 204127880 Bug: 199767031 Test: manual Merged-In: I01f1eed3edd67095e25ce30c03fab77272688f2b Change-Id: I01f1eed3edd67095e25ce30c03fab77272688f2b
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user