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

Commit 9b83ffbf authored by Phil Weaver's avatar Phil Weaver
Browse files

Clear mExtraDataKeys when clearing A11yNodeInfo.

Bug: 35244501
Test: Ran Accessibilitiy CTS. I can no longer get the test mentioned
in the bug to fail.

Change-Id: I69e5e1b5c8f12226837ced928fbd10ff77bcd235
parent dc8912b2
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -3315,6 +3315,7 @@ public class AccessibilityNodeInfo implements Parcelable {
        mBoundsInScreen.set(0, 0, 0, 0);
        mBoundsInScreen.set(0, 0, 0, 0);
        mBooleanProperties = 0;
        mBooleanProperties = 0;
        mDrawingOrderInParent = 0;
        mDrawingOrderInParent = 0;
        mExtraDataKeys = null;
        mPackageName = null;
        mPackageName = null;
        mClassName = null;
        mClassName = null;
        mText = null;
        mText = null;