Loading core/java/com/android/internal/widget/RecyclerView.java +1 −0 Original line number Diff line number Diff line Loading @@ -2799,6 +2799,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (index < 0) { Log.e(TAG, "Error processing scroll; pointer index for id " + mScrollPointerId + " not found. Did any MotionEvents get skipped?"); vtev.recycle(); return false; } Loading Loading
core/java/com/android/internal/widget/RecyclerView.java +1 −0 Original line number Diff line number Diff line Loading @@ -2799,6 +2799,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro if (index < 0) { Log.e(TAG, "Error processing scroll; pointer index for id " + mScrollPointerId + " not found. Did any MotionEvents get skipped?"); vtev.recycle(); return false; } Loading