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

Commit 382f7a14 authored by Patrick Dubroy's avatar Patrick Dubroy Committed by Android (Google) Code Review
Browse files

Merge "Fix memory leak with TouchTargets not being recycled."

parents 34625c6b fb0547d2
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -4627,7 +4627,10 @@ public abstract class ViewGroup extends View implements ViewParent, ViewManager
                    next = sRecycleBin;
                    sRecycleBin = this;
                    sRecycledCount += 1;
                } else {
                    next = null;
                }
                child = null;
            }
        }
    }