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

Commit 44b76634 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: Iece3333145e55f462e643c72d91a904d1dae2d43
parents fb602c91 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();
    }