Merge "Remove AA+ decorator logic from aosp code" into sc-dev

This commit is contained in:
Hyunyoung Song
2021-03-30 16:19:58 +00:00
committed by Android (Google) Code Review
10 changed files with 53 additions and 226 deletions

View File

@@ -700,8 +700,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());
}
}