Merge "Fixed Handler Leak on RecyclerView"
This commit is contained in:
@@ -2799,6 +2799,7 @@ public class RecyclerView extends ViewGroup implements ScrollingView, NestedScro
|
|||||||
if (index < 0) {
|
if (index < 0) {
|
||||||
Log.e(TAG, "Error processing scroll; pointer index for id "
|
Log.e(TAG, "Error processing scroll; pointer index for id "
|
||||||
+ mScrollPointerId + " not found. Did any MotionEvents get skipped?");
|
+ mScrollPointerId + " not found. Did any MotionEvents get skipped?");
|
||||||
|
vtev.recycle();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user