Loading src/com/android/launcher3/allapps/ActivityAllAppsContainerView.java +5 −3 Original line number Diff line number Diff line Loading @@ -439,9 +439,11 @@ public class ActivityAllAppsContainerView<T extends Context & ActivityContext> return; } if (!FeatureFlags.ENABLE_SEARCH_RESULT_BACKGROUND_DRAWABLES.get()) { RecyclerView.ItemDecoration decoration = getMainAdapterProvider().getDecorator(); getSearchRecyclerView().removeItemDecoration(decoration); getSearchRecyclerView().addItemDecoration(decoration); } // replaceAppsRVcontainer() needs to use both mUsingTabs value to remove the old view AND // showTabs value to create new view. Hence the mUsingTabs new value assignment MUST happen Loading Loading
src/com/android/launcher3/allapps/ActivityAllAppsContainerView.java +5 −3 Original line number Diff line number Diff line Loading @@ -439,9 +439,11 @@ public class ActivityAllAppsContainerView<T extends Context & ActivityContext> return; } if (!FeatureFlags.ENABLE_SEARCH_RESULT_BACKGROUND_DRAWABLES.get()) { RecyclerView.ItemDecoration decoration = getMainAdapterProvider().getDecorator(); getSearchRecyclerView().removeItemDecoration(decoration); getSearchRecyclerView().addItemDecoration(decoration); } // replaceAppsRVcontainer() needs to use both mUsingTabs value to remove the old view AND // showTabs value to create new view. Hence the mUsingTabs new value assignment MUST happen Loading