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

Commit f57a060a authored by Adam He's avatar Adam He Committed by android-build-merger
Browse files

Merge "Fix delay_save and multiple required fields." into qt-dev

am: eea91696

Change-Id: I5569851b4dcc81e82eb8ae83a4f0cb8adf4d5324
parents 736194df eea91696
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2929,6 +2929,7 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState
            if (sVerbose) {
                Slog.v(TAG, "Adding autofillable view with id " + id + " and state " + state);
            }
            viewState.setCurrentValue(findValueLocked(id));
            mViewStates.put(id, viewState);
        }
        if ((state & ViewState.STATE_AUTOFILLED) != 0) {
+1 −0
Original line number Diff line number Diff line
@@ -227,6 +227,7 @@ final class ViewState {
        if (mVirtualBounds != null) {
            builder.append(", virtualBounds:" ).append(mVirtualBounds);
        }
        builder.append("]");
        return builder.toString();
    }