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

Commit c5bee3b9 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

am: eefb3c91

Change-Id: Ic771e1eabb8b348ca3cfedc597787959141dbd5f
parents da56341d eefb3c91
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -7453,6 +7453,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();
        }