diff options
| author | 2024-10-02 18:45:25 +0000 | |
|---|---|---|
| committer | 2024-10-02 18:45:25 +0000 | |
| commit | bb12f5c3ff9eeaf854a050f6f7d6e047ea7c5c37 (patch) | |
| tree | 9cfc198b87a6dd609e819d29e503313402777d76 | |
| parent | 793f7f963859c30563a3905e3fedae1bdaabf2cc (diff) | |
| parent | 63595e7b8bda119f7a4c3687e47a7feb7e5ca705 (diff) | |
Merge "Revert^2 "[Autofill] : Fix save regression with relayout"" into main
| -rw-r--r-- | core/java/android/view/autofill/AutofillStateFingerprint.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/core/java/android/view/autofill/AutofillStateFingerprint.java b/core/java/android/view/autofill/AutofillStateFingerprint.java index 2db4285f0820..7f3858e842ed 100644 --- a/core/java/android/view/autofill/AutofillStateFingerprint.java +++ b/core/java/android/view/autofill/AutofillStateFingerprint.java @@ -97,7 +97,6 @@ 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()) { @@ -123,7 +122,6 @@ 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) { |