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

Commit cad876d4 authored by Steve Elliott's avatar Steve Elliott
Browse files

Inline notif pipeline flag into CentralSurfaces

This change is a no-op; the flag is now enabled-by-default, so all
removed code paths here are effectively dead.

Bug: 200269355
Test: atest SystemUITests
Change-Id: Iaad144209b70b160e6c68f0ab50d4db352f8bec6
parent c20a8d84
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -1198,9 +1198,6 @@ public class CentralSurfacesImpl extends CoreStartable implements

        mStatusBarTouchableRegionManager.setup(this, mNotificationShadeWindowView);
        mHeadsUpManager.addListener(mNotificationPanelViewController.getOnHeadsUpChangedListener());
        if (!mNotifPipelineFlags.isNewPipelineEnabled()) {
            mHeadsUpManager.addListener(mVisualStabilityManager);
        }
        mNotificationPanelViewController.setHeadsUpManager(mHeadsUpManager);

        createNavigationBar(result);
@@ -4354,9 +4351,6 @@ public class CentralSurfacesImpl extends CoreStartable implements
                Log.v(TAG, "configuration changed: " + mContext.getResources().getConfiguration());
            }

            if (!mNotifPipelineFlags.isNewPipelineEnabled()) {
                mViewHierarchyManager.updateRowStates();
            }
            mScreenPinningRequest.onConfigurationChanged();
        }