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

Commit e4835a2a authored by Felipe Leme's avatar Felipe Leme Committed by Android (Google) Code Review
Browse files

Merge "Ignore dispatchProvideStructureForAutofill() when layout is being updated." into oc-dev

parents cdec393a 5013f9fe
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8065,6 +8065,10 @@ public class View implements Drawable.Callback, KeyEvent.Callback,
            boolean forAutofill, @AutofillFlags int flags) {
        if (forAutofill) {
            structure.setAutofillId(getAutofillId());
            if (!isLaidOut()) {
                Log.w(VIEW_LOG_TAG, "dispatchProvideAutofillStructure(): not laid out, ignoring");
                return;
            }
            onProvideAutofillStructure(structure, flags);
            onProvideAutofillVirtualStructure(structure, flags);
        } else if (!isAssistBlocked()) {