Simplifying some scrollbar binding logic in all-apps

Bug: 256684299
Test: Manual
Change-Id: I1cee6cb783f0f805d9a0f0a4b2b668a709cacf1a
This commit is contained in:
Sunny Goyal
2023-01-30 16:54:31 -08:00
parent 192e7afc3c
commit 4d18ad4825
5 changed files with 24 additions and 41 deletions
@@ -43,7 +43,6 @@ import com.android.launcher3.R;
import com.android.launcher3.Utilities;
import com.android.launcher3.logging.StatsLogManager;
import com.android.launcher3.views.ActivityContext;
import com.android.launcher3.views.RecyclerViewFastScroller;
import java.util.List;
@@ -274,10 +273,6 @@ public class AllAppsRecyclerView extends FastScrollRecyclerView {
: getRootWindowInsets().getSystemWindowInsetBottom();
}
public RecyclerViewFastScroller getScrollbar() {
return mScrollbar;
}
@Override
public boolean hasOverlappingRendering() {
return false;