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

Commit b621e263 authored by Simranjit Kohli's avatar Simranjit Kohli Committed by Automerger Merge Worker
Browse files

Merge "[Autofill PCC]: Fix SaveInfo IllegalArgumentException" into udc-dev am:...

Merge "[Autofill PCC]: Fix SaveInfo IllegalArgumentException" into udc-dev am: d5076267 am: 8dd1b302 am: b517002f am: bff4ecc4

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23104432



Change-Id: Ibf35080cdeb12e97a2fce6f7844f75705afbefde
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 76a40633 bff4ecc4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1776,6 +1776,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
                    }
                }
            }
            if (ids.isEmpty()) return saveInfo;
            AutofillId[] autofillIds = new AutofillId[ids.size()];
            ids.toArray(autofillIds);
            return SaveInfo.copy(saveInfo, autofillIds);