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

Commit eefb3c91 authored by Felipe Leme's avatar Felipe Leme Committed by android-build-merger
Browse files

Merge "Fixed Autofill NPE that crashed some apps." into oc-dev

am: 75d0d92f

Change-Id: I0a0b70b0a6e476b038af6e58fa524eadd3856de2
parents b99d3924 75d0d92f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7431,6 +7431,9 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
            AccessibilityNodeInfo info = createAccessibilityNodeInfo();
            structure.setChildCount(1);
            ViewStructure root = structure.newChild(0);
            if (forAutofill) {
                setAutofillId(root);
            }
            populateVirtualStructure(root, provider, info, forAutofill);
            info.recycle();
        }