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

Commit a768d736 authored by Chaitanya Cheemala (xWF)'s avatar Chaitanya Cheemala (xWF) Committed by Android (Google) Code Review
Browse files

Merge "Revert "[Autofill] : Fix save regression with relayout"" into main

parents f856447c 9293f493
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) {