mirror of
https://github.com/LawnchairLauncher/lawnchair.git
synced 2026-03-01 00:06:47 +00:00
Merge "Remove AA+ decorator logic from aosp code" into sc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
8a5e0c8e27
@@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user