Merge "[Autofill PCC]: Fix SaveInfo IllegalArgumentException" into udc-dev am: d507626754
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/23104432 Change-Id: I0fe3c488dfae8e3bd404037989d66ac783f07fd4 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user