Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit baae6129 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "Fixed Handler Leak on RecyclerView" am: 62b028da am: 78ac7dd9 am:...

Merge "Fixed Handler Leak on RecyclerView" am: 62b028da am: 78ac7dd9 am: a475e3f7 am: acbc01ea

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1495867

Change-Id: I12ef4a07b4430c7eaa50d9fe3183d925cb26aeee
parents edf58cce acbc01ea
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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;
                }