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

Commit d5076267 authored by Simranjit Kohli's avatar Simranjit Kohli Committed by Android (Google) Code Review
Browse files

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

parents 16e51ba1 7441ed46
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);