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

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

Merge "Ignore dispatchProvideStructureForAutofill() when layout is being...

Merge "Ignore dispatchProvideStructureForAutofill() when layout is being updated." into oc-dev am: e4835a2a
am: 0425f9ce

Change-Id: I3f817a83fcbda052ba3ca65fb539a7d77ec8d6a9
parents 5d9f5613 0425f9ce
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()) {