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

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

Fix unexpected use of new code when in legacy mode

Flag: ACONFIG com.android.systemui.notifications_icon_container_refactor
DEVELOPMENT
Bug: 278765923
Test: atest SystemUITests

Change-Id: Ib5f083f5673daf991f550ffbee56bd224544c63e
parent 87256704
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -481,7 +481,7 @@ public class LegacyNotificationIconAreaControllerImpl implements
            hostLayout.addView(expected, i);
        }
        hostLayout.setChangingViewPositions(false);
        hostLayout.setReplacingIcons(null);
        hostLayout.setReplacingIconsLegacy(null);
    }

    /**