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

Commit d42bfd41 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

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



Change-Id: Ibdd82474dca2da315b927a4586fdf1249d03c494
Signed-off-by: default avatarAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
parents 6e269111 8dd1b302
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -1726,6 +1726,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);