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

Commit 9323b930 authored by Daniel Norman's avatar Daniel Norman Committed by Android (Google) Code Review
Browse files

Merge "Clears AccessibilityWindowInfo#mLocales in clear()." into udc-dev

parents bef3068e ceef1d68
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -840,6 +840,7 @@ public final class AccessibilityWindowInfo implements Parcelable {
        mAnchorId = AccessibilityNodeInfo.UNDEFINED_NODE_ID;
        mTitle = null;
        mTransitionTime = 0;
        mLocales = LocaleList.getEmptyLocaleList();
    }

    /**