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

Commit 949a0b0d authored by Shao-Chuan Lee's avatar Shao-Chuan Lee Committed by Android (Google) Code Review
Browse files

Merge "AccessibilityWindowInfo: reset mChildIds to null in clear()"

parents 65a4c9e5 32417b30
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -634,9 +634,7 @@ public final class AccessibilityWindowInfo implements Parcelable {
        mId = UNDEFINED_WINDOW_ID;
        mParentId = UNDEFINED_WINDOW_ID;
        mBoundsInScreen.setEmpty();
        if (mChildIds != null) {
            mChildIds.clear();
        }
        mChildIds = null;
        mConnectionId = UNDEFINED_WINDOW_ID;
        mAnchorId = AccessibilityNodeInfo.UNDEFINED_NODE_ID;
        mTitle = null;