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

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

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

am: e4835a2a

Change-Id: If88ec9c1de2d81d5b629ed0ead8c9911e6f2c0c5
parents 25c1a060 e4835a2a
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -8063,6 +8063,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()) {