Merge "Fixed Handler Leak on RecyclerView"

This commit is contained in:
Treehugger Robot
2020-11-17 20:17:44 +00:00
committed by Gerrit Code Review

View File

@@ -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;
}