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

Commit fb0547d2 authored by Patrick Dubroy's avatar Patrick Dubroy
Browse files

Fix memory leak with TouchTargets not being recycled.

parent 62f2ada6
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;
            }
        }
    }