diff --git a/recyclerview_fastscroll/src/main/java/com/simplecityapps/recyclerview_fastscroll/views/FastScrollRecyclerView.java b/recyclerview_fastscroll/src/main/java/com/simplecityapps/recyclerview_fastscroll/views/FastScrollRecyclerView.java index e6531256156d0a9d0932a66fc6d2af0fc7102ae8..9545d2a1a46e61d3bb667a2f3256acd47fee4042 100644 --- a/recyclerview_fastscroll/src/main/java/com/simplecityapps/recyclerview_fastscroll/views/FastScrollRecyclerView.java +++ b/recyclerview_fastscroll/src/main/java/com/simplecityapps/recyclerview_fastscroll/views/FastScrollRecyclerView.java @@ -272,9 +272,6 @@ public class FastScrollRecyclerView extends RecyclerView implements Component.To return height + Math.abs(component.getContentPositionY()); } - /** - * 适配器高度 - */ private float getAdapterHeight() { float height = 0; if (getAdapter() == null) {