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

Commit 4fa809fe authored by Chet Haase's avatar Chet Haase Committed by Android (Google) Code Review
Browse files

Merge "Fix leak fix in ViewTreeObserver" into klp-dev

parents b8462457 fc343967
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -990,11 +990,11 @@ public final class ViewTreeObserver {
            mStart = false;
            if (mDataCopy != null) {
                mData = mDataCopy;
            }
            mDataCopy = null;
                mAccess.mData.clear();
                mAccess.mSize = 0;
            }
            mDataCopy = null;
        }

        int size() {
            return getArray().size();