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

Commit 62b028da authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Fixed Handler Leak on RecyclerView"

parents cc3f4cc0 9db33d9c
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;
                }