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

Commit 9293f493 authored by Chaitanya Cheemala (xWF)'s avatar Chaitanya Cheemala (xWF) Committed by Victor Chang
Browse files

Revert "[Autofill] : Fix save regression with relayout"

Revert submission 29642666-enable_relayout-fix

Reason for revert: Likely culprit for b/370863226  - verifying through ABTD before revert submission.

Reverted changes: /q/submissionid:29642666-enable_relayout-fix

Change-Id: Idb8dd824e1dca10c8a21716a569a344798dc4de2
parent 6b3c9de5
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -97,6 +97,7 @@ public final class AutofillStateFingerprint {
            if (sDebug) {
                Log.d(TAG, "Autofillable views count prior to auth:" + autofillableViews.size());
            }
//            ArrayList<Integer> hashes = getFingerprintIds(autofillableViews);

            ArrayMap<Integer, View> hashes = getFingerprintIds(autofillableViews);
            for (Map.Entry<Integer, View> entry : hashes.entrySet()) {
@@ -122,6 +123,7 @@ public final class AutofillStateFingerprint {
                if (view != null) {
                    int id = getEphemeralFingerprintId(view, 0 /* position irrelevant */);
                    AutofillId autofillId = view.getAutofillId();
                    autofillId.setSessionId(mSessionId);
                    mHashToAutofillIdMap.put(id, autofillId);
                } else {
                    if (sDebug) {