Merge "Fix delay_save and multiple required fields." into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
eea916967a
@@ -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) {
|
||||
|
||||
@@ -227,6 +227,7 @@ final class ViewState {
|
||||
if (mVirtualBounds != null) {
|
||||
builder.append(", virtualBounds:" ).append(mVirtualBounds);
|
||||
}
|
||||
builder.append("]");
|
||||
return builder.toString();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user