Merge "New pipeline: Section manager is old pipeline, so don't call it for the new."
This commit is contained in:
committed by
Android (Google) Code Review
commit
b4466eea9e
@@ -1268,6 +1268,9 @@ public class NotificationStackScrollLayoutController {
|
||||
}
|
||||
|
||||
public void updateSectionBoundaries(String reason) {
|
||||
if (mFeatureFlags.isNewNotifPipelineRenderingEnabled()) {
|
||||
return;
|
||||
}
|
||||
mView.updateSectionBoundaries(reason);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user