Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -481,7 +481,7 @@ public class LegacyNotificationIconAreaControllerImpl implements
hostLayout.addView(expected, i);
}
hostLayout.setChangingViewPositions(false);
hostLayout.setReplacingIcons(null);
hostLayout.setReplacingIconsLegacy(null);
}
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment