Remove AA+ decorator logic from aosp code

Bug: 179495850
Test: manual

Change-Id: I7e029e4970f45a0f7c410533f85335a95e4e448c
This commit is contained in:
Hyunyoung Song
2021-03-28 23:46:50 -07:00
parent fe158fab89
commit c07e3b3c28
10 changed files with 53 additions and 226 deletions

View File

@@ -699,8 +699,7 @@ public class AllAppsContainerView extends SpringRelativeLayout implements DragSo
applyPadding();
setupOverlay();
if (FeatureFlags.ENABLE_DEVICE_SEARCH.get()) {
recyclerView.addItemDecoration(new AllAppsSectionDecorator(
AllAppsContainerView.this));
recyclerView.addItemDecoration(mSearchAdapterProvider.getDecorator());
}
}