Loading services/autofill/java/com/android/server/autofill/Session.java +3 −1 Original line number Diff line number Diff line Loading @@ -2407,7 +2407,9 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState // Update the view states first... mCurrentViewId = viewState.id; if (value != null) { viewState.setCurrentValue(value); } if (mCompatMode && (viewState.getState() & ViewState.STATE_URL_BAR) != 0) { if (sDebug) Slog.d(TAG, "Ignoring VIEW_ENTERED on URL BAR (id=" + id + ")"); Loading Loading
services/autofill/java/com/android/server/autofill/Session.java +3 −1 Original line number Diff line number Diff line Loading @@ -2407,7 +2407,9 @@ final class Session implements RemoteFillService.FillServiceCallbacks, ViewState // Update the view states first... mCurrentViewId = viewState.id; if (value != null) { viewState.setCurrentValue(value); } if (mCompatMode && (viewState.getState() & ViewState.STATE_URL_BAR) != 0) { if (sDebug) Slog.d(TAG, "Ignoring VIEW_ENTERED on URL BAR (id=" + id + ")"); Loading